So what is your question now?
Btw, there is an extension to get the MANAGE_EXTERNL_STORAGE permission (so no need to de/recomplie APK and customize the Manifest.
copy files from ASD on removable Sd-card to internal storage
Issue is I can't read file from ASD on removable Sd-card ( /storage/4694-4D13/android/data/appfolder/.. and subfolders)
I cannot check it on Android 11+, because I do not have such advices with a removable SDcard. But I'm pretty sure that it works, if you try to read / copy a file from the app's own ASD.
I used full path, but It is too long to show it on a single screenshoot..............
I think there could be a misunderstanding.
When I wrote "how can I read files (copy from) from ASD on removable SD card ?"
I referred whatever ASD, not ASD of the AI2 app.
In this case ASD folder name is "it.mydev.atrparkcontrol"
So, "no access" means no read and write permissions........
I hoped there were possibility to almost have read access on all ASDs through AI2.
Thanks for your support.
The MANAGE_EXTERNAL_STORAGE permission grants the following:
• Read and write access to all files within shared storage.
Note: The /sdcard/Android/media directory is part of shared storage.
• Access to the contents of the MediaStore.Files table.
• Access to the root directory of both the USB on-the-go (OTG) drive and the SD card.
• Write access to all internal storage directories, except for /Android/data/, /sdcard/Android, and most subdirectories of /sdcard/Android. This write access includes direct file path access.
Apps that are granted this permission still cannot access the app-specific directories that belong to other apps because these directories appear as subdirectories of Android/data/ on a storage volume.