mirror of https://github.com/M66B/FairEmail.git
Updated query white list
This commit is contained in:
parent
91de48ad62
commit
19a25d5a7b
|
@ -43,6 +43,7 @@
|
|||
android:required="false" />
|
||||
|
||||
<!-- Android 11: https://developer.android.com/preview/privacy/package-visibility -->
|
||||
<!-- https://developer.android.com/training/package-visibility/use-cases -->
|
||||
<queries>
|
||||
<!-- Customtabs -->
|
||||
<!-- https://developers.google.com/web/updates/2020/07/custom-tabs-android-11#detecting_browsers_that_support_custom_tabs -->
|
||||
|
@ -83,7 +84,9 @@
|
|||
<data android:mimeType="text/plain" />
|
||||
</intent>
|
||||
|
||||
<package android:name="com.google.android.tts" />
|
||||
<intent>
|
||||
<action android:name="android.intent.action.TTS_SERVICE" />
|
||||
</intent>
|
||||
</queries>
|
||||
|
||||
<application
|
||||
|
|
Loading…
Reference in New Issue