rdoeffinger / Dictionary

"QuickDic" offline Dictionary App for Android. Provided downloadable dictionaries are based on Wiktionaries but can also be created from other sources (see DictionaryPC). Remember to use --recursive when cloning! Fork of project that used to be hosted at code.google.com/p/quickdic-dictionary.
Apache License 2.0
313 stars 68 forks source link

[Privacy] WebView #138

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

rdoeffinger commented 3 years ago

Interesting. However:

For users who choose to share usage statistics and diagnostics with Google

I do not think the app is sensitive enough to justify overriding a user choice, so I don't think it's a good idea to make that change.

duggalsu commented 3 years ago

OK, thanks