-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Picker no longer includes Photo app on Android 10 #721
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@duncancarroll same issue is there on Oneplus7Pro |
I have also facing this issue on pixel 3 XL device but on emuletor it's working fine. |
Not working on Android 10! |
Same issue here, any updates? |
Maybe it was fixed, but I can see the photo app on android 10 api 29 |
+1 |
Any update on this? |
+1 |
4 similar comments
+1 |
+1 |
+1 |
+1 |
whoever encounters this issue please add more details so someone can replicate and hopefully fix it. I wasn't able to replicate. |
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? |
@abhilashmaddukuriFresnoState can you post some logs? or maybe you can debug and see where does it stop |
me too facing the issues on mi A3 and motorola one power, tried solution of android:requestLegacyExternalStorage="true" but it does not work. |
|
|
This PR has the fix. It's not merged in to the project yet, but he has instructions in the PR to include his forked library via Jitpack so you can get your apps working again. |
please check this |
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:
The text was updated successfully, but these errors were encountered: