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

Photopicker and document picker for android

Results 95 Android-FilePicker issues
Sort by recently updated
recently updated
newest added

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.** ![screenshot_20170917-024627](https://user-images.githubusercontent.com/22139943/30519094-6dc8af4c-9b53-11e7-850f-a7d8d3d43668.png) # **Default.** ![screenshot_20170917-030202](https://user-images.githubusercontent.com/22139943/30519174-c750bedc-9b54-11e7-8153-ffcf167b8924.png)

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.