-
-
Notifications
You must be signed in to change notification settings - Fork 112
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
bug(android/engine): Storage permission denied on Android 14.0+ #10659
Comments
As a workaround, the kmp can still be installed from the Keyman for Android app as "Install from local file" |
Other Android developer references |
More notes: https://developer.android.com/training/data-storage/app-specific#external-access-files |
The links on SO don't look promising. The general consensus is that apps can access files they create. And then use Intent.ACTION_OPEN_DOCUMENT to browse to open specific files (which we already do for "Install from local file"). |
Workaround for enabling permission on Android 12.0 (API 31) Device Settings --> Apps --> Keyman --> files and media --> Allow access to media only |
Fixed by #11299 |
Originally posted by @mcdurdin in #10133 (comment)
Also noticed in the user testing setup on #10624
Steps to repro
See if these SO threads works
https://stackoverflow.com/questions/77386225/manifest-permission-manage-external-storage-does-not-work-on-android-14
https://stackoverflow.com/questions/72948052/android-13-read-external-storage-permission-still-usable
The text was updated successfully, but these errors were encountered: