DroidNinja/Android-FilePicker

Enable Doc Support with PickPhoto

amrishkakadiya opened this issue · 1 comments

Is there any way to pick docs along with image?

I here's my code but i can see only images in picker no docs/files are showing

FilePickerBuilder.getInstance()
                .setMaxCount(10) //optional
                .enableImagePicker(true)
                .enableDocSupport(true)
                .enableCameraSupport(true)
                .setActivityTheme(R.style.AppTheme_NoActionBar) //optional
                .pickPhoto(this,CODE_FILE_PICKER);

There are different methods for picking documents (pickFile()) and other media such as images and videos (pickPhoto())