ArthurHub / ArthurHub/Android-Image-Cropper
Q: Can only pick images from camera
- Dominant language
- Java
- Stars
- 6.4k
- Forks
- 1.4k
- PR merge metrics
- No merged PRs in 30d
Description
`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).
Contributor guide
No contributing guide indexed for this repository
Research direction
Start at CropImage.startPickImageActivity(this) and compare its intent construction with CropImage.getPickImageChooserIntent(...), focusing on Android Q and the includeDocuments/includeCamera flags. Reproduce the chooser showing only the camera and identify the relevant test location. Done means enabling both image-source options as requested, with regression coverage.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100