Skip to content

Commit

Permalink
Merge pull request #5337 from TiA4f8R/disable-webview-metrics
Browse files Browse the repository at this point in the history
Disable sending metrics to Google when using Android System WebView
  • Loading branch information
TobiGr committed Jan 2, 2021
2 parents e75ef08 + aeca8dc commit 68175c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,8 @@
android:name=".RouterActivity$FetcherService"
android:exported="false" />

<!-- opting out of sending metrics to Google in Android System WebView -->
<meta-data android:name="android.webkit.WebView.MetricsOptOut" android:value="true" />
<!-- see https://github.com/TeamNewPipe/NewPipe/issues/3947 -->
<!-- Version < 3.0. DeX Mode and Screen Mirroring support -->
<meta-data android:name="com.samsung.android.keepalive.density" android:value="true"/>
Expand Down

0 comments on commit 68175c1

Please sign in to comment.