Skip to content

Commit

Permalink
[PM-6751]Added missing query intent for CustomTabs that might be resp…
Browse files Browse the repository at this point in the history
…onsible for the Exception in WebAuthenticator (#3071)

* Added missing query intent for CustomTabs that might be responsible for the crashes in WebAuthenticator

* minor formatting issue on AndroidManifest.xml

* Fix formatting in AndroidManifest
  • Loading branch information
dinisvieira authored Mar 11, 2024
1 parent 9bc2901 commit d1e82c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/App/Platforms/Android/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down

0 comments on commit d1e82c9

Please sign in to comment.