Browse Source

Forcibly opt out of any metrics google may collect within the web view

master
anthony restaino 7 years ago
parent
commit
776c9af611
  1. 3
      app/src/main/AndroidManifest.xml

3
app/src/main/AndroidManifest.xml

@ -30,6 +30,9 @@ @@ -30,6 +30,9 @@
android:hardwareAccelerated="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name">
<meta-data
android:name="android.webkit.WebView.MetricsOptOut"
android:value="true"/>
<meta-data
android:name="android.max_aspect"
android:value="2.1"/>

Loading…
Cancel
Save