Skip to content
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

Support for "Custom Chrome Tab" for Android 11(API 30 & above) #158

Open
HardikLohogaonkar opened this issue Apr 27, 2021 · 1 comment
Open

Comments

@HardikLohogaonkar
Copy link

HardikLohogaonkar commented Apr 27, 2021

When we target the application to Android version 11(API 30 & above) the following error is coming "Auth Failure: Could NOT find installed browser that support Chrome tabs on the device.". Till Android 10(API 29) is working fine. Also your Sample App is not working on Android 11; Same above error is coming. Pls look into this ASAP.

@RogerSnook
Copy link

I experienced the same and then found this article which helped. The improved privacy policies in API30 causes failure here:

AuthorizationUIManager.java: 154
ResolveInfo defaultViewHandlerInfo = pm.resolveActivity(activityIntent, 0);

unless you open up some visibility, easily by adding this to your AndroidManifest.xml (outside of the group):

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants