From 01401b63129d5a6ba76b88e78c61ab8bcad2002d Mon Sep 17 00:00:00 2001 From: arkon Date: Sat, 11 Sep 2021 18:25:35 -0400 Subject: [PATCH] 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 --- app/src/main/AndroidManifest.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 7b221c390..70e163c51 100755 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -204,6 +204,11 @@ android:resource="@xml/provider_paths" /> + + +