Merge pull request #663 from alexbakker/fix-650

Explicitly opt out of WebView usage statistics collection
pull/666/head
Alexander Bakker 4 years ago committed by GitHub
commit e6e179307d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -95,6 +95,8 @@
android:resource="@xml/file_paths"> android:resource="@xml/file_paths">
</meta-data> </meta-data>
</provider> </provider>
<meta-data android:name="android.webkit.WebView.MetricsOptOut" android:value="true" />
</application> </application>
<queries> <queries>

Loading…
Cancel
Save