Opt out of WebView metrics and disable Google Safe Browsing
cf. https://developer.android.com/guide/webapps/managing-webview
(cherry picked from commit 3e403d5ab3)
# Conflicts:
# app/src/main/AndroidManifest.xml
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user