Merge pull request #663 from alexbakker/fix-650

Explicitly opt out of WebView usage statistics collection
This commit is contained in:
Alexander Bakker 2021-01-16 15:36:36 +01:00 committed by GitHub
commit e6e179307d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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