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)