Picker no longer includes Photo app on Android 10
See original GitHub issueThe 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)
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:20
Top Results From Across the Web
Google is working to bring Android 13's new photo picker to ...
Android Police · Google is working to bring Android 13's new photo picker to outdated, discontinued devices.
Read more >Google Voice adds new photo picker on Android - 9to5Google
The Google Voice app on Android is one of the first apps adding support for Android's new photo picker that works system-wide.
Read more >How Android's Photo Picker is able to support existing apps
Android's new Photo Picker has already rolled out, but only a few apps support it. Soon, apps won't need to be updated to...
Read more >Photo picker | Android Developers
As shown in the privacy best practices codelab, the photo picker provides a safe, built-in way for users to grant your app access...
Read more >Mishaal Rahman on Twitter: "Android's Photo Picker may have ...
Photo Picker is available on all Android 13 devices but rolled out to Android 11-12L with the May 2022 Google Play System Update....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I am facing the same issue with every Android 10 device. Crop intent is not visible through the app. Did anyone get a solution or found a workaround for this?
please check this