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

I have crash when got images from gallery FilePickerBuilder.instance .setMaxCount(5) .setActivityTheme(R.style.LibAppTheme) .pickPhoto(fragment, GALLERY_MULTIPLY_REQUEST_CODE) 2020-11-23 12:40:30.059 14514-14514/? E/AndroidRuntime: FATAL EXCEPTION: main Process: ru.vtb.smb.debugK3, PID: 14514 java.lang.NoClassDefFoundError: Failed resolution of: Lkotlinx/coroutines/Dispatchers; at...

Using this code: ``` FilePickerBuilder .instance .setActivityTheme(R.style.LibAppTheme) .pickFile(this, RC_TENDER_DOCS) ``` I got this: ![Screenshot_1607238607](https://user-images.githubusercontent.com/28381124/101273999-10866a80-37cd-11eb-9651-0f5637fd7717.png) As we can see, the text in sub action bar (pdf, ppt, etc) can't be seen...

@JvmStatic fun getFilePath(context: Context, fileUri: Uri): String? use @JvmStatic annotation so that Java can invoke function like Kotlin

I try to take picture and the result is rotating the image 90 degrees ccw. how to fix it?

.addFileSupport("m4a", m4a) Can't find: m4a

Done Button is visible when MAXCount = 1 and nothing is selected,just entered a directory in Video picker and Done Button shows up even when nothing is selected.

is there a way to clear default file types?

![capture](https://user-images.githubusercontent.com/18622722/52171515-6e7e3d00-2773-11e9-998e-886399fb9ed6.PNG) i am using version 2.2.0 and getting this error

I'm using that library with `.setMaxCount(1)` How could I check if the file in onActivityResult is a video or an image ?