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

Update handling of deeplinks in PaymentAuthWebViewClient #3035

Merged
merged 1 commit into from
Nov 11, 2020

Conversation

mshafrir-stripe
Copy link
Collaborator

Attempt to start the deeplink Intent with Activity#startActivity()
and catch any exception (notably ActivityNotFoundException) that is
thrown. resolveActivity() will not be usable starting in Android 11.

See https://developer.android.com/training/basics/intents/package-visibility-use-cases
for more details.

Attempt to start the deeplink Intent with `Activity#startActivity()`
and catch any exception (notably `ActivityNotFoundException`) that is
thrown. `resolveActivity()` will not be usable starting in Android 11.

See https://developer.android.com/training/basics/intents/package-visibility-use-cases
for more details.
@mshafrir-stripe mshafrir-stripe merged commit 50669c5 into master Nov 11, 2020
@mshafrir-stripe mshafrir-stripe deleted the auth-web-view branch November 11, 2020 20:08
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

Successfully merging this pull request may close these issues.

None yet

3 participants