FilePicker icon indicating copy to clipboard operation
FilePicker copied to clipboard

FilePicker library for Android

Results 53 FilePicker issues
Sort by recently updated
recently updated
newest added

**Describe the bug** The App will ANR when calling FilePickerActivity and the OS has 100's of large files. **To Reproduce** Steps to reproduce the behavior: 1. Create an intent to...

W/System.err: java.lang.SecurityException: Permission Denial: opening provider com.android.providers.media.MediaDocumentsProvider from ProcessRecord{345b798 11619:com.infinigent.infinigent/u0a490} (pid=11619, uid=10490) requires that you obtain access using ACTION_OPEN_DOCUMENT or related APIs OS version 11

Unable to resolve dependency for ':app@debug/compileClasspath': Could not resolve com.github.jaiselrahman:FilePicker:1.3.2. Show

Blank page is coming even though storage permission are granted: ``` private void openPDFChooser() { Intent intent = new Intent(context, FilePickerActivity.class); intent.putExtra(FilePickerActivity.CONFIGS, new Configurations.Builder() .setCheckPermission(true) .setShowImages(false) .enableImageCapture(false) .setShowFiles(true) .setMaxSelection(1) .setSkipZeroSizeFiles(true)...

## Description ## Motivation and Context ## How Has This Been Tested? ## Screenshots (if appropriate): ## Types of changes - [ ] Bug fix (non-breaking change which fixes an...

Hello, thanks in advance. I hope this is not a bad configuration in my application, however since i can't find a cause for this to happen i'm sharing with you....

**Describe the bug** I'm creating a file with .abc extension the file picker only return one file with the .abc, knowing that i have more then 8 file with .abc...

FilePickerActivity.java line 177 com.jaiselrahman.filepicker.activity.FilePickerActivity.onRequestPermissionsResult stack trace of crash ``` Fatal Exception: java.lang.ArrayIndexOutOfBoundsException: length=0; index=0 at com.jaiselrahman.filepicker.activity.FilePickerActivity.onRequestPermissionsResult(FilePickerActivity.java:177) at android.app.Activity.requestPermissions(Activity.java:5141) at com.jaiselrahman.filepicker.activity.FilePickerActivity.requestPermission(FilePickerActivity.java:301) at com.jaiselrahman.filepicker.activity.FilePickerActivity.onCameraClick(FilePickerActivity.java:284) at com.jaiselrahman.filepicker.adapter.FileGalleryAdapter$1.onClick(FileGalleryAdapter.java:174) at android.view.View.performClick(View.java:7870) at android.view.View.performClickInternal(View.java:7839) at android.view.View.access$3600(View.java:886)...