Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable sending metrics to Google when using Android System WebView #5337

Merged
merged 1 commit into from Jan 2, 2021
Merged

Disable sending metrics to Google when using Android System WebView #5337

merged 1 commit into from Jan 2, 2021

Conversation

AudricV
Copy link
Member

@AudricV AudricV commented Jan 2, 2021

What is it?

  • Bugfix (user facing)
  • Feature (user facing)
  • Codebase improvement (dev facing)
  • Meta improvement to the project (dev facing)

Description of the changes in your PR

This PR disable sending metrics to Google when using Android System WebView in NewPipe by adding <meta-data android:name="android.webkit.WebView.MetricsOptOut" android:value="true" /> in the manifest of the app, inside the <application> tag.

Fixes the following issue(s)

Fixes #5335

APK testing

app.zip (from CI)

Due diligence

@TobiGr TobiGr added the privacy & data protection Issues regarding either NewPipe, Team NewPipe services or external services NewPipe uses label Jan 2, 2021
@TobiGr TobiGr merged commit 68175c1 into TeamNewPipe:dev Jan 2, 2021
@AudricV AudricV deleted the disable-webview-metrics branch January 2, 2021 17:16
This was referenced Jan 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
privacy & data protection Issues regarding either NewPipe, Team NewPipe services or external services NewPipe uses
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Privacy] WebView
2 participants