MaginSoft / MFileChooser

Cordova/Phonegap plugin that supplies a File Chooser
MIT License
16 stars 48 forks source link

External Storage not shown #10

Closed Almjz closed 2 years ago

Almjz commented 8 years ago

On newer devices the external directory is not shown in the side slide menu.

kid.getName().toLowerCase().indexOf("ext") in Utils.java (line 46) always returns -1. I replaced it with (kid.getName().toLowerCase().indexOf("ext") > -1 || kid.getName().toLowerCase().indexOf("micro") > -1) as a temporary workaround.

Can we get kindly have a better fix for this ?