question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Picker no longer includes Photo app on Android 10

See original GitHub issue

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)

Issue Analytics

  • State:open
  • Created 4 years ago
  • Reactions:1
  • Comments:20

github_iconTop GitHub Comments

1reaction
abhilashmaddukuriFresnoStatecommented, May 15, 2020

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?

0reactions
Canatocommented, Nov 16, 2020

please check this

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found