Skip to content

Commit 5f814ad

Browse files
authored
Fix WebAuthenticationSession fallback cancellation (#92)
In the fallback, we try to bind a session to the CustomTabsClient, but we're not allowed to do that unless we add this `<queries>` element. See skiptools/skip-authentication-services#14 for details.
1 parent 722fc4f commit 5f814ad

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Android/app/src/main/AndroidManifest.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@
2626
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
2727
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
2828

29+
<queries>
30+
<intent>
31+
<action android:name="android.support.customtabs.action.CustomTabsService" />
32+
</intent>
33+
</queries>
34+
2935
<application
3036
android:label="${PRODUCT_NAME}"
3137
android:name=".AndroidAppMain"

0 commit comments

Comments
 (0)