Skip to content
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

Not show any file and folder in android 10 #21

Open
MMohamad70 opened this issue Apr 6, 2020 · 3 comments
Open

Not show any file and folder in android 10 #21

MMohamad70 opened this issue Apr 6, 2020 · 3 comments

Comments

@MMohamad70
Copy link

the library working on my application before android 10, but after updating to android 10, the file browser doesn't show any folder or files!
Storage permission is granted but nothing is shown in the chooser!

@gbelisario
Copy link

I'm having the same issue

@gbelisario
Copy link

gbelisario commented May 4, 2020

@MMohamad70 I was reading about the changes in Android 10 and found out that you can "fix" this using requestLegacyExternalStorage in the AndroidManifest. This is a workaround, I think the library should be updated to work with Android 10 without this...

<application
       android:requestLegacyExternalStorage="true"
       ....
</application>

@MMohamad70
Copy link
Author

@gbelisario thanks for sharing, it works now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants