nbsp-team / MaterialFilePicker

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

Files (Pdf, doc, docx e.t.c) does not show up on Android 11, 12 and so on. #134

Open faizan-ali-brainx opened 2 years ago

faizan-ali-brainx commented 2 years ago

The target and min SDK version is 31 as per Google requirements and the android:requestLegacyExternalStorage="true" is placed in the manifest. The files show correctly on Android 10 but do not work on greater than 10.

Any solution would be greatly helpful as my app uses this library extensively and depended on it. Shifting to another library will cost us a lot of time, effort, and money.

Thanks in advance !!!

ShadabAzamFarooqui commented 1 year ago

I am also facing the same

faizan-ali-brainx commented 1 year ago

@ShadabAzamFarooqui Did you found any solution for it?

Zigo-Stephano commented 1 year ago

i still found this bug after add android:requestLegacyExternalStorage="true" in manifest, please help..