mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-24 16:53:37 +00:00
Synced manifests
This commit is contained in:
parent
59acf05c67
commit
f6ea9e3cd8
3 changed files with 24 additions and 3 deletions
|
@ -111,7 +111,7 @@
|
|||
android:theme="@style/AppThemeBlueOrangeLight">
|
||||
<!-- https://developer.samsung.com/samsung-dex/modify-optimizing.html -->
|
||||
|
||||
<!-- do not contact Google servers -->
|
||||
<!-- https://developer.android.com/guide/webapps/managing-webview#metrics -->
|
||||
<meta-data
|
||||
android:name="android.webkit.WebView.MetricsOptOut"
|
||||
android:value="true" />
|
||||
|
@ -121,6 +121,13 @@
|
|||
<meta-data
|
||||
android:name="android.allow_multiple_resumed_activities"
|
||||
android:value="true" />
|
||||
<!--meta-data
|
||||
android:name="com.google.android.gms.car.application"
|
||||
android:resource="@xml/car" /-->
|
||||
<!-- https://play.google.com/about/auto/developer-distribution-agreement-addendum/ -->
|
||||
<meta-data
|
||||
android:name="com.bugsnag.android.API_KEY"
|
||||
android:value="9d2d57476a0614974449a3ec33f2604a" />
|
||||
|
||||
<activity
|
||||
android:name=".ActivityMain"
|
||||
|
|
|
@ -111,7 +111,7 @@
|
|||
android:theme="@style/AppThemeBlueOrangeLight">
|
||||
<!-- https://developer.samsung.com/samsung-dex/modify-optimizing.html -->
|
||||
|
||||
<!-- do not contact Google servers -->
|
||||
<!-- https://developer.android.com/guide/webapps/managing-webview#metrics -->
|
||||
<meta-data
|
||||
android:name="android.webkit.WebView.MetricsOptOut"
|
||||
android:value="true" />
|
||||
|
@ -121,6 +121,13 @@
|
|||
<meta-data
|
||||
android:name="android.allow_multiple_resumed_activities"
|
||||
android:value="true" />
|
||||
<!--meta-data
|
||||
android:name="com.google.android.gms.car.application"
|
||||
android:resource="@xml/car" /-->
|
||||
<!-- https://play.google.com/about/auto/developer-distribution-agreement-addendum/ -->
|
||||
<meta-data
|
||||
android:name="com.bugsnag.android.API_KEY"
|
||||
android:value="9d2d57476a0614974449a3ec33f2604a" />
|
||||
|
||||
<activity
|
||||
android:name=".ActivityMain"
|
||||
|
|
|
@ -111,7 +111,7 @@
|
|||
android:theme="@style/AppThemeBlueOrangeLight">
|
||||
<!-- https://developer.samsung.com/samsung-dex/modify-optimizing.html -->
|
||||
|
||||
<!-- do not contact Google servers -->
|
||||
<!-- https://developer.android.com/guide/webapps/managing-webview#metrics -->
|
||||
<meta-data
|
||||
android:name="android.webkit.WebView.MetricsOptOut"
|
||||
android:value="true" />
|
||||
|
@ -121,6 +121,13 @@
|
|||
<meta-data
|
||||
android:name="android.allow_multiple_resumed_activities"
|
||||
android:value="true" />
|
||||
<!--meta-data
|
||||
android:name="com.google.android.gms.car.application"
|
||||
android:resource="@xml/car" /-->
|
||||
<!-- https://play.google.com/about/auto/developer-distribution-agreement-addendum/ -->
|
||||
<meta-data
|
||||
android:name="com.bugsnag.android.API_KEY"
|
||||
android:value="9d2d57476a0614974449a3ec33f2604a" />
|
||||
|
||||
<activity
|
||||
android:name=".ActivityMain"
|
||||
|
|
Loading…
Reference in a new issue