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:
parent
4a93a93839
commit
01401b6312
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user