ArthurHub / Android-Image-Cropper

Image Cropping Library for Android, optimized for Camera / Gallery.
Apache License 2.0
6.39k stars 1.36k forks source link

Q: Can only pick images from camera #675

Open Jolanrensen opened 5 years ago

Jolanrensen commented 5 years ago

CropImage.startPickImageActivity(this) on Android Q only shows the camera as an option, just as calling

CropImage.getPickImageChooserIntent(
                    this,
                  getString(com.theartofdev.edmodo.cropper.R.string.pick_image_intent_chooser_title),
                    true,
                    true
                )

manually (so having both includeDocuments and includeCamera set to true).

ClouddJR commented 5 years ago

Happens to me as well, are there any solutions?

rehsouna11 commented 5 years ago

I've the same problem

brkcnplt commented 4 years ago

same problem , any solution ?