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

Commit 60ee967

Browse files
committed
fix(tracking): Opt out of webview metric collection
1 parent 6941cd9 commit 60ee967

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
@@ -126,6 +126,10 @@
126126
<meta-data android:name="firebase_messaging_auto_init_enabled" android:value="false" />
127127
<meta-data android:name="android.webkit.WebView.MetricsOptOut" android:value="true" />
128128

129+
<!-- PiX: added. This is currently only relevant for captchas. -->
130+
<meta-data android:name="android.webkit.WebView.MetricsOptOut"
131+
android:value="true" />
132+
129133
<activity android:name=".WebRtcCallActivity"
130134
android:theme="@style/TextSecure.DarkTheme.WebRTCCall"
131135
android:excludeFromRecents="true"

0 commit comments

Comments
 (0)