mikifus / padland

Padland is a tool to manage, share, remember and read collaborative documents based on the Etherpad technology in Android.
Apache License 2.0
62 stars 15 forks source link

[Privacy] WebView #59

Closed duggalsu closed 3 years ago

duggalsu commented 3 years ago

Opt out of sending metrics to Google when using WebView. Add the following to the manifest -

<meta-data android:name="android.webkit.WebView.MetricsOptOut" android:value="true" />

https://developer.android.com/guide/webapps/webview-privacy