Explicitly opt out of WebView usage statistics collection

This commit is contained in:
Alexander Bakker 2021-01-09 15:58:21 +01:00
parent dea13f56f5
commit b78b22acbb

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>