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

This commit is contained in:
anthony restaino 2017-05-18 19:13:00 -04:00
parent c778791226
commit 776c9af611

View File

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