Skip to content

Commit

Permalink
Opt out of webview metrics collection
Browse files Browse the repository at this point in the history
  • Loading branch information
link2xt committed Nov 11, 2024
1 parent d52647b commit 6e135e0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@
android:resource="@xml/automotive_app_desc" />
-->

<!-- Opt out of metrics collection: https://developer.android.com/develop/ui/views/layout/webapps/managing-webview#metrics -->
<meta-data android:name="android.webkit.WebView.MetricsOptOut"
android:value="true" />

<activity android:name=".ShareActivity"
android:theme="@android:style/Theme.Translucent.NoTitleBar"
android:excludeFromRecents="true"
Expand Down

0 comments on commit 6e135e0

Please sign in to comment.