mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-29 11:15:51 +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="*/*" />
|
||||
</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…
Reference in a new issue