Android-FilePicker
Android-FilePicker copied to clipboard
Photopicker and document picker for android
When file picker is active and I lock the device and unlock again the files are not shown
Hi DroidNinja, it would be better if the button in the library had a method to set the title text ! as setActivityTitle. Example setDoneButtonTitle ?
When i pick doc file from Document Poicker i am getting only doc name, i am not getting full path. Device : Lenovo Vibe k5 Note. Android Version : 5.0
``` 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...
Even if I use showGifs(false); method I still can pick gif files. Could you please fix this?
Device hangs while loading files, how to fix it?
How do you keep the options when changing for a theme of your own? # **With my theme.**  # **Default.** 
When target is api level 33 sdk , the android file picker doestn work
Android target_sdk 33 require new permissions for read external storage such as images, video, audio. So I create this PR to contribute to the project for the new update.