-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Gallery option is not shown for Android 10 #730
Comments
Same problem on my OnePlus 6t |
Same problem here on OnePlus 6t A6010, running android 10. |
Same issue, anyone found a fix for this. |
I thought Pixel is showing Google Photos option. Is it not? |
I also have this issue on OnePlus 6T. Help is much appreciated. Thank you :) |
This is because the Library is using EXTRA_INITIAL_INTENTS as an extra to the chooserintent. In Android 10 and above, if we use EXTRA_INITIAL_INTENTS then Android will show Top 3 Apps. You all must be seeing only 3 Apps. The Library needs to be updated. |
Hi Guys I am also facing the same issue.. any luck ??? |
@ravijavadevelop @i-m-aman So guys did you manage to be able to add Gallery option (or photos for Pixel phones) for this context sheet? |
The same issue is appearing in Android X in One plus 6. Kindly any possible solution for this.?? |
Hi Guys, same problem, any solution please |
You cannot fix this issue.
…On Mon, Jun 8, 2020, 12:41 Addepalli Sri Rama Chandra Kashyap < ***@***.***> wrote:
Hi Guys, same problem, any solution please
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#730 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHYWXRYDCZOX6PTUT46NOYLRVSW5XANCNFSM4KCGNHBA>
.
|
unless you modify the library. Try to fork it and fix it yourself. But
there is no workaround to make it work for this issue.
…On Tue, Jun 9, 2020, 12:59 Ahmad El Harake ***@***.***> wrote:
You cannot fix this issue.
On Mon, Jun 8, 2020, 12:41 Addepalli Sri Rama Chandra Kashyap <
***@***.***> wrote:
> Hi Guys, same problem, any solution please
>
> —
> You are receiving this because you commented.
> Reply to this email directly, view it on GitHub
> <#730 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AHYWXRYDCZOX6PTUT46NOYLRVSW5XANCNFSM4KCGNHBA>
> .
>
|
Do you have a gallery?
Works for me, because I have a gallery.
No gallery, no intent.
From: aeharake [mailto:[email protected]]
Sent: Tuesday, June 9, 2020 3:01 AM
To: ArthurHub/Android-Image-Cropper
Cc: Subscribed
Subject: Re: [ArthurHub/Android-Image-Cropper] Gallery option is not shown for Android 10 (#730)
unless you modify the library. Try to fork it and fix it yourself. But
there is no workaround to make it work for this issue.
On Tue, Jun 9, 2020, 12:59 Ahmad El Harake ***@***.***> wrote:
You cannot fix this issue.
On Mon, Jun 8, 2020, 12:41 Addepalli Sri Rama Chandra Kashyap <
***@***.***> wrote:
> Hi Guys, same problem, any solution please
>
> —
> You are receiving this because you commented.
> Reply to this email directly, view it on GitHub
> <#730 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AHYWXRYDCZOX6PTUT46NOYLRVSW5XANCNFSM4KCGNHBA>
> .
>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#730 (comment)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABP7MAW63DEUOUG65VKKZULRVYB6RANCNFSM4KCGNHBA> . <https://github.com/notifications/beacon/ABP7MAV54S557D6XI2RW473RVYB6RA5CNFSM4KCGNHBKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEY32MOQ.gif>
|
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 |
Hey! I start a new project to handover this library The ideia is that we keep improving because this project don’t have updates since Open to contribute, next pieces of work will be Android 11 permissions, refactor into Kotlin and ActivityContract |
Hi,
I have imagepicker already working in my project. It was woking good with Android 9. But, with one plus 6t android 10, it only gives me options for Camera, YouCam and DropBox. I tried it with the emulator and it shows Google photos as well but not in OP 6t. Screenshot attached.
you please suggest any solutions or alternatives?
The text was updated successfully, but these errors were encountered: