Open MMohamad70 opened 4 years ago
I'm having the same issue
@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>
@gbelisario thanks for sharing, it works now.
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!