Skip to content
This repository was archived by the owner on Sep 23, 2024. It is now read-only.

Commit ce18801

Browse files
committed
fix(tracking): Opt out of webview metric collection
1 parent 92b5f05 commit ce18801

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,10 @@
116116
<meta-data android:name="google_analytics_adid_collection_enabled" android:value="false" />
117117
<meta-data android:name="firebase_messaging_auto_init_enabled" android:value="false" />
118118

119+
<!-- PiX: added. This is currently only relevant for captchas. -->
120+
<meta-data android:name="android.webkit.WebView.MetricsOptOut"
121+
android:value="true" />
122+
119123
<activity android:name=".WebRtcCallActivity"
120124
android:theme="@style/TextSecure.DarkTheme.WebRTCCall"
121125
android:excludeFromRecents="true"

0 commit comments

Comments
 (0)