1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-05 23:53:33 +00:00

[PM-6751]Added missing query intent for CustomTabs that might be responsible for the Exception in WebAuthenticator

This commit is contained in:
Federico Maccaroni
2024-03-11 19:37:04 -03:00
parent 0bd4e62afd
commit 95f66870c2

View File

@@ -43,6 +43,9 @@
<!-- Support for Xamarin.Essentials.Browser.OpenAsync (for Android > 11) -->
<!-- Related docs: https://learn.microsoft.com/en-us/xamarin/essentials/open-browser?tabs=android -->
<queries>
<intent>
<action android:name="android.support.customtabs.action.CustomTabsService" />
</intent>
<intent>
<action android:name="android.intent.action.VIEW" />
<data android:scheme="http" />