FilePicker
FilePicker copied to clipboard
All file and media picker library for android. This library is designed to simplify the process of selecting and retrieving media files from an Android device, and supports media capture for images an...
Whenever my app open the camera UI, it's always using the front camera. How do I force to use the back camera? Couldn't find the config inside `ImageCaptureConfig`. Thank you...
Hi please check issue in android 10, image is not picking from picker
Hi, I am testing your library, really usefully, thanks I am using `new FilePicker.Builder(mContext).imageCaptureBuild(new ImageCaptureConfig())` and I am receiving an image with a 90° rotation
Please check image picker in android 14, we are getting 2 bottom sheet one after another when give access to single image.
I configured maximum selection 5. But I can select more than 5. How to reselect the already chosen files after clicking the Choose button.
Android 13 And Android 14 videoCapture capture Error implementation("io.github.chochanaresh:filepicker:0.2.3")
I test sample app. I changed mime type to "application/octet-stream" in pick PDF buttons onclick handler. Then in the app we can select the file, but in ActivityResultLauncher both testFile.canRead(),...
Crash Log: ``` java.lang.RuntimeException: Unable to start activity ComponentInfo{ir.sina.sketchbox/com.nareshchocha.filepickerlibrary.ui.activitys.MediaFilePickerActivity}:java.lang.NullPointerException: Attempt to invoke virtual method 'boolean java.lang.Class.islnterface()' on a null object reference ```
"As you know, Google introduced a new policy for the following permissions: android.permission.READ_MEDIA_IMAGES android.permission.READ_MEDIA_VIDEO According to the policy, these permissions can only be used if your app is a gallery...
### Describe the bug **Using PickMedia() does not open the gallery, but behaves like PickDocumentFile()** ``` findViewById(R.id.btn).setOnClickListener { val config = DocumentFilePickerConfig( popUpText = "File Media", allowMultiple = true, maxFiles...