Android-FilePicker
Android-FilePicker copied to clipboard
Photopicker and document picker for android
Hi I can't use V4 Fragment to get OnActivityResult on it. Please fix it. Thanks. Regards, Sandeep Emekar
if (Environment.getExternalStorageState().equals(Environment.MEDIA_MOUNTED)) { File sd = new File(Environment.getExternalStorageDirectory().getPath()); if (sd.canWrite()) { FilePickerUtils.notifyMediaStore(this, sd.getAbsolutePath()); } } onPickDoc(); I have called this method, but I didn't respond. Did I use it wrong?
09-17 16:55:28.852 27771-27771/com.xc.app E/AndroidRuntime: FATAL EXCEPTION: main Process: com.xc.app, PID: 27771 java.lang.RuntimeException: Unable to start activity ComponentInfo{com.xc.app/droidninja.filepicker.FilePickerActivity}: java.lang.IllegalStateException: This Activity already has an action bar supplied by the window decor....
I enabled select all feature, but the option is not appearing in the picker. Here is the builder - `FilePickerBuilder.getInstance() .enableSelectAll(true) .enableCameraSupport(false) .setActivityTitle("Select Images") .setActivityTheme(R.style.FilePickerTheme) .pickPhoto((Activity) this);` Also "Done" button...
Search still not working with upper case letter in version 2.1.5. I have referred to a previous closed issue which promised to have fixed the issue in version 2.1.5
This Exception occur while selecting the image 03-05 15:54:42.107 2900-2900/com.bm.printit E/RecyclerView: No adapter attached; skipping layout 03-05 15:54:42.439 2900-2900/com.bm.printit E/AndroidRuntime: FATAL EXCEPTION: main Process: com.bm.printit, PID: 2900 java.lang.NoSuchMethodError: No virtual...
in my app i need only select 5 image ...its work fine...but when user try to select more then 5 image that time i need to display popup that "you...
I want to set the toolbar color to be light. Either white or a light gray, but I can't change the toolbar text color to be black or dark gray.
- Android 8.0.0 ``` Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'android.content.res.XmlResourceParser android.content.pm.ProviderInfo.loadXmlMetaData(android.content.pm.PackageManager, java.lang.String)' on a null object reference at android.support.v4.content.FileProvider.parsePathStrategy(FileProvider.java:605) at android.support.v4.content.FileProvider.getPathStrategy(FileProvider.java:579) at android.support.v4.content.FileProvider.getUriForFile(FileProvider.java:417) at droidninja.filepicker.utils.ImageCaptureManager.dispatchTakePictureIntent(ImageCaptureManager.java:71) at droidninja.filepicker.fragments.MediaFolderPickerFragment.onCameraClicked(MediaFolderPickerFragment.java:205)...