iPaulPro / aFileChooser

[DEPRECATED] Android library that provides a file explorer to let users select files on external storage.
Apache License 2.0
1.79k stars 850 forks source link

Fix for External storage for KitKat #78

Open Nearga opened 8 years ago

Nearga commented 8 years ago

Hi,

I had faced a problem of external storage for a KitKat - and i noted yours TODO in a comments. After a couple of hours i ended up with solution that works for me.

Its based on http://stackoverflow.com/questions/28605278/android-5-sd-card-label and https://gist.github.com/prasad321/9852037