nbsp-team / MaterialFilePicker

Picking files since 2015
Apache License 2.0
1.15k stars 229 forks source link

Showing empty directory for android 10 #114

Open varunngoyal opened 4 years ago

varunngoyal commented 4 years ago

It is showing all the directories for devices with android 7,8,9 but it shows empty directory for device with android 10. (I HAVE GIVEN THE STORAGE PERMISSION) Here are the screenshots : WhatsApp Image 2020-05-04 at 10 21 08 PM WhatsApp Image 2020-05-04 at 10 23 21 PM

Jackal-Studios commented 4 years ago

Same problem, IceOnly's comment didn't help

zhombie commented 4 years ago

Same problem, all permissions were given

zhombie commented 4 years ago

@Jackal-Studios @varunngoyal

I have found "solution":

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

but, it will be nice to support Android 10, which is now migrating to Scoped Storage

iadcialim commented 3 years ago

Ya. waiting for Scoped Storage support