Opt out of WebView metrics and disable Google Safe Browsing

cf. https://developer.android.com/guide/webapps/managing-webview
This commit is contained in:
arkon 2021-09-11 18:25:35 -04:00 committed by Jays2Kings
parent 6cd4b520f8
commit fa2e8303e2

View file

@ -236,6 +236,11 @@
android:name=".data.backup.BackupRestoreService"
android:exported="false"/>
<meta-data android:name="android.webkit.WebView.EnableSafeBrowsing"
android:value="false" />
<meta-data android:name="android.webkit.WebView.MetricsOptOut"
android:value="true" />
</application>
</manifest>