-
Notifications
You must be signed in to change notification settings - Fork 7
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
Permission denied (Android 13) #2
Comments
same on android 14 |
Fixed this bug in my own fork (not published yet) |
@alexbayker But how? We gained new permissions: READ_MEDIA_IMAGES, READ_MEDIA_AUDIO etc. But the only way to be able to see any type of file is by making the app get MANAGE_EXTERNAL_STORAGE permission, like you said. However, this is heavily restricted by Google on the play store. |
Same in my fork btw (is published now): https://github.com/Jolanrensen/NoNonsense-FilePicker/releases/tag/6.0.1 |
Published my solution here: https://github.com/alexbayker/NoNonsense-FilePicker |
Cool! Yours looks pretty similar to mine. I do wonder what will happen if I publish my non-file manager app with this new permission however :/ I think that Google (being Google) won't like it. |
With my library or with yours? Or with both of them? |
It's strange that the RootExplorer application has MANAGE_EXTERNAL_STORAGE and ACCESS_SUPERUSER permissions to access the storage and application was published in PlayStore |
Doesn't matter. We need MANAGE_EXTERNAL_STORAGE, and that's not allowed if the app is not a file explorer itself. |
How can I use new Android filesystem permission, android.permission.MANAGE_EXTERNAL_STORAGE , with this library? I always get an error "Permission to access filesystem denied", when i try to run FilePickerActivity
The text was updated successfully, but these errors were encountered: