You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(storage, android)!: remove EXTERNAL_STORAGE permissions for Android 10/11 compat
On Android the following paths exist in app.utils.paths but are inaccessible without special permission:
'EXTERNAL_DIRECTORY',
'EXTERNAL_STORAGE_DIRECTORY',
'PICTURES_DIRECTORY',
'MOVIES_DIRECTORY',
Please follow Google's migration guides for "Scoped Storage" to store your data in a future compatible way.
https://developer.android.com/about/versions/11/privacy/storage#scoped-storage
BREAKING CHANGE: if you need READ_EXTERNAL_STORAGE/WRITE_EXTERNAL_STORAGE permission add them in your app AndroidManifest.xml
0 commit comments