Opt out of WebView metrics and disable Google Safe Browsing

cf. https://developer.android.com/guide/webapps/managing-webview

(cherry picked from commit 3e403d5ab36160257ddc630e4f00a2a0b7337a15)

# Conflicts:
#	app/src/main/AndroidManifest.xml
This commit is contained in:
arkon 2021-09-11 18:25:35 -04:00 committed by Jobobby04
parent 4a93a93839
commit 01401b6312

View File

@ -204,6 +204,11 @@
android:resource="@xml/provider_paths" />
</provider>
<meta-data android:name="android.webkit.WebView.EnableSafeBrowsing"
android:value="false" />
<meta-data android:name="android.webkit.WebView.MetricsOptOut"
android:value="true" />
<!-- EH -->
<activity
android:name="exh.ui.intercept.InterceptActivity"