-
Notifications
You must be signed in to change notification settings - Fork 887
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
android.content.ActivityNotFoundException: When app opened #1052
Comments
can you explain more? |
Sure. |
Hi from Android 13 we are required to add
Update: This doesn't work. It's still crashing. |
My user scenario is similar like this old comment Got several crash report of that. User mostly with Samsung. OS Version 13, 14. And chrome is installed. |
I also had several users reporting this problem, all with Samsung devices with Android 13. And the problem goes away after restarting the device. It seems like there's a bug with intent handling on this version of Samsung-modified Android version. |
@guillaume-tgl not only Android 13, not only Samsung, hope you all fix this bug on next version |
Also seeing the same crashes in Firebase Crashlytics but can't reproduce it. Also see issue #991 with some interesting information: It might be related to Samsung Internet Browser installed from the Galaxy Store. |
Is there any solution to this yet? Some of our users face the same issue with Samsung (Android 13) devices - they suddenly get an ActivityNotFoundException in prepareAuthorizationRequestIntent, even though there are browsers installed on the device. We cannot reproduce it on our side with Samsung Internet Browser installed from the Galaxy Store as default browser (and no other browser enabled). |
As a workaround, I created an authentication WebView that opens when an ActivityNotFoundException is thrown. I use I haven't reproduced this error, but I believe it would work, because no need to open external browser when using internal webview. |
Checklist:
Configuration
Issue Description
Get this exception on Crashlytics when app is opened
The text was updated successfully, but these errors were encountered: