btimofeev / UniPatcher

A game console ROM patcher for Android
GNU General Public License v3.0
155 stars 18 forks source link

Migrate to Storage Access Framework #16

Closed btimofeev closed 4 years ago

btimofeev commented 5 years ago

Android Q does not allow us to work with files as before. Now we need to use Storage Access Framework and the Downloads folder.

https://developer.android.com/guide/topics/providers/document-provider https://developer.android.com/preview/privacy/scoped-storage

btimofeev commented 4 years ago

Done