-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(storage, android)!: remove EXTERNAL_STORAGE permissions for And…
…roid 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
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters