mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 12:44:42 +00:00
Whitelist customtabs
This commit is contained in:
parent
fac2aedab2
commit
2b8ee95ba6
1 changed files with 7 additions and 1 deletions
|
@ -44,7 +44,7 @@
|
||||||
<data android:mimeType="*/*" />
|
<data android:mimeType="*/*" />
|
||||||
</intent-->
|
</intent-->
|
||||||
|
|
||||||
<!-- Customtabs / AppAuth-Android -->
|
<!-- AppAuth-Android -->
|
||||||
<intent>
|
<intent>
|
||||||
<action android:name="android.intent.action.VIEW" />
|
<action android:name="android.intent.action.VIEW" />
|
||||||
<category android:name="android.intent.category.BROWSABLE" />
|
<category android:name="android.intent.category.BROWSABLE" />
|
||||||
|
@ -57,6 +57,12 @@
|
||||||
<data android:scheme="http" />
|
<data android:scheme="http" />
|
||||||
</intent>
|
</intent>
|
||||||
|
|
||||||
|
<!-- Customtabs -->
|
||||||
|
<!-- https://issuetracker.google.com/issues/158914189 -->
|
||||||
|
<intent>
|
||||||
|
<action android:name="android.support.customtabs.action.CustomTabsService" />
|
||||||
|
</intent>
|
||||||
|
|
||||||
<intent>
|
<intent>
|
||||||
<action android:name="android.intent.action.GET_CONTENT" />
|
<action android:name="android.intent.action.GET_CONTENT" />
|
||||||
<category android:name="android.intent.category.OPENABLE" />
|
<category android:name="android.intent.category.OPENABLE" />
|
||||||
|
|
Loading…
Reference in a new issue