I can’t say for sure yet, since I have Android 8. I need to read about it. For example, the official website says that you need to add rights.
Android 11 new policy “MANAGE_EXTERNAL_STORAGE”
Are there any further restrictions to using Storage Access Framework in Android 11 as compared to Android 10?
- Apps that target Android 11 (API level 30) and use Storage Access Framework will no longer be able to grant access to directories, such as the root directory of the SD card and the Download directory. Regardless of target SDK, Storage Access Framework on Android 11 cannot be used to gain access to Android/data and Android/obb directories. Learn more about these restrictions and ways to test the behaviors.
Try adding this code? To access the view.
try added in LevelBlueprint+ Printstring for Check Android Permission.
And try this added
WRITE_EXTERNAL_STORAGE
READ_EXTERNAL_STORAGE
WRITE_INTERNAL_STORAGE
READ_INTERNAL_STORAGE