Android-FilePicker icon indicating copy to clipboard operation
Android-FilePicker copied to clipboard

It doesn't show any files

Open bolds07 opened this issue 7 years ago • 0 comments

FilePickerUtils.notifyMediaStore(MainActivity.this,null);
FilePickerBuilder.getInstance().enableVideoPicker(true).enableImagePicker(true).enableCameraSupport(false).setMaxCount(1).pickPhoto(MainActivity.this);

It opens an dialog with absoltelly nothing... just two empty tabs while in the file explorer i shown one folder in internal storage and another in sd card both with videos

bolds07 avatar May 07 '18 22:05 bolds07