1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-29 11:15:51 +00:00

Whitelist customtabs

This commit is contained in:
M66B 2020-06-17 16:40:01 +02:00
parent fac2aedab2
commit 2b8ee95ba6

View file

@ -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" />