-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Maybe need requestLegacyExternalStorage=true in manifest? #1102
Comments
I don't think anything in microG uses external storage. Can you point to any issues you see because of this? |
Microg self-check is requesting "Permission to modify or delete the contents of your shared storage".
Maybe I am missing something, but why would you request those permissions if not using them anywhere? If I understand it correctly, Android 10 introduced Scoped storage. Android 11 enforces it. References: |
I am not sure if latest release uses scoped storage for Android 10, but if not than microg needs to Temporarily opt-out of scoped storage in order to access any files in storage.
The text was updated successfully, but these errors were encountered: