Android Question how Access app-specific files in b4a

alimo199967

New Member
Hello good time
As you know, in Android 11, permission to access the following specific path file has been removed
Android/data
But the program x-plore takes this access from the user, inside b4a How can we do this like the picture below?
Or how can we check if this access has been granted or not?

1.jpg
2.jpg
3.jpg
 

alimo199967

New Member
The File.DirInternal only allows access to my own program files, but with this access I can work with other program files (for antivirus program I want to analyze).
I think it can be accessed with an intent, but I do not know how it is.
This problem was not in Android 10, but in 11 this problem has arisen
 
Upvote 0
Top