Reputation: 1
I want to access Chrome browser directory in android/data and then copy files(TXT) From assets to that folder
1.how to get permission In Android 11
2.after getting permission How to copy any file from asset folder to that directory
Please give me an code that works like this
App link above screenshot: https://play.google.com/store/apps/details?id=eu.tsoml.graphicssettings
Upvotes: 0
Views: 2824
Reputation: 735
If your app holds REQUEST_INSTALL_PACKAGES
permission it can access Android/obb
directory.
and for more details
Upvotes: 0