-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handling Scope Storage for Android 11 and above #26
Comments
Hi, PR with updates are welcomed and highly encouraged. Also can you specify what is not working in more details? |
We use the following method of your lib. That works/worked until Android 10. From Android 11, as mentioned, has a different concept of accessing/writing files. Therefore the app cannot access to /storage/emulated/0/ to make there an directory and under there a zip-file like /storage/emulated/0/myDir/file.zip. It would be great if the library would be expanded accordingly so that it corresponds to Android's authorization concept.
|
I believe with Scope Storage it is up to app developer to pick either a particular file from external storage or ask for "All file access" (however it shouldn't be assumed as default behavior as a replacement for I tried this on Android 13 and seems to be working as intended in existing functionality (it returns "permission refused"). |
Will this lib be further developed so that it also works with Android 11, where the authorization concept is completely different?
Will this lib be further developed so that it also works with Android 11, where the authorization concept is completely different?
I also use this lib, but the permissions don't work on smartphones with Android 11 and higher.
The text was updated successfully, but these errors were encountered: