Drjacky / ImagePicker

📸Image Picker for Android, Pick images from Gallery or Capture a new image with Camera🖼
https://github.com/Drjacky/ImagePicker
Apache License 2.0
233 stars 57 forks source link

How to open Stock Gallery App not a File / Document App ? #5

Closed mongkonsrisin closed 3 years ago

mongkonsrisin commented 3 years ago

I'm using this code

ImagePicker.with(this) .galleryOnly() //User can only select image from Gallery .start() //Default Request Code is ImagePicker.REQUEST_CODE

It opens File / Document App not a Gallery App ?

Drjacky commented 3 years ago

Please check if you have the same issue on the sample app. Also, what is the Android version?

Drjacky commented 3 years ago

@mongkonsrisin Please check it on v2.1.6 and let me know if the issue has been fixed or not.