Merge pull request #4556 from ByteHamster/metrics-opt-out

Opt out of WebView metrics
This commit is contained in:
cketti 2020-02-21 15:07:15 +01:00 committed by GitHub
commit 085332896e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,6 +70,8 @@
<meta-data
android:name="com.samsung.android.sdk.multiwindow.penwindow.enable"
android:value="true"/>
<meta-data android:name="android.webkit.WebView.MetricsOptOut"
android:value="true" />
<!-- activity-alias so old launcher shortcuts work -->
<!-- TODO: Remove after 2020-12-31 -->