salehyarahmadi / FileAndFolderPicker

Android library for pick file and folder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crashed on clicking singlefileselect after granting permission

vinaybhor opened this issue · comments

Crashed on clicking single file select after granting permission.
Nullpointer

Device : Oneplus 7T
API level : 29

Same here. In my case it doesn't even ask for permission, just crashes

For Android 10, try to add the line below on your manifest inside application.

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

Thanks to @hernaezanthony