I am creating an app that’s need to access another app’s Private directory
Problem is that, In Android 11, I am unable to delete files or add files in other app Private directory
Note: Under Android 10, I can easily do that and app works well
How to get those permission of screenshot
Example: My app directory:
/data/MyApppackageName/files
Apparently there are a number of misunderstandings:
You are talking about internal storage, but you mean external storage, since you are talking about ASD.
The ASD is basically only accessible via its own app, regardless of the Android version.
Obviously, you are not concerned with accessibility but with the visibility of the ASD. The ASD is no longer visible from the device under Android 11+.
So read this first and re-ask your question precisely.
I have no idea what this app is about (language unknown). Whether there MANAGE_EXTERNAL_STORAGE permission is requested or something else. I don’t care either.