Whitelist customtabs

pull/182/head
M66B 5 years ago
parent fac2aedab2
commit 2b8ee95ba6

@ -44,7 +44,7 @@
<data android:mimeType="*/*" />
</intent-->
<!-- Customtabs / AppAuth-Android -->
<!-- AppAuth-Android -->
<intent>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.BROWSABLE" />
@ -57,6 +57,12 @@
<data android:scheme="http" />
</intent>
<!-- Customtabs -->
<!-- https://issuetracker.google.com/issues/158914189 -->
<intent>
<action android:name="android.support.customtabs.action.CustomTabsService" />
</intent>
<intent>
<action android:name="android.intent.action.GET_CONTENT" />
<category android:name="android.intent.category.OPENABLE" />

Loading…
Cancel
Save