I need to get a file like this :
File file = new File("/sdcard/Download/Myfile.pdf");
This produce the following error on android 11 :
FILE NOT FOUND/sdcard/Download/GE-ACTIONS-03.pdf: open failed: EACCES (Permission denied)
Are there a possibility to get The File in this way ?