ArthurHub / ArthurHub/Android-Image-Cropper
Picker no longer includes Photo app on Android 10
Open
- Dominant language
- Java
- Stars
- 6.4k
- Forks
- 1.4k
- PR merge metrics
- No merged PRs in 30d
Description
The code below works with SDK < 29, but on Android 10 phones, even when targeting SDK 28, it will no longer show the Photo app, instead only showing Camera and generic File handling applications.
This is on a Pixel 3, but you should be able to repro on any Android 10 device with the following code:
```
CropImage.activity()
.setGuidelines(CropImageView.Guidelines.OFF)
.setFixAspectRatio(true)
.setCropShape(CropImageView.CropShape.OVAL)
.start(activity)
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.