Update manifest to reflect constrained satellite network support.

Co-authored-by: Avanish Subbiah <subbiah@purdue.edu>
This commit is contained in:
andrew-signal
2025-10-10 12:35:11 -04:00
committed by Cody Henthorne
parent 1c3223f551
commit e6399517ee

View File

@@ -129,6 +129,10 @@
<meta-data android:name="firebase_messaging_auto_init_enabled" android:value="false" />
<meta-data android:name="android.webkit.WebView.MetricsOptOut" android:value="true" />
<meta-data
android:name="android.telephony.PROPERTY_SATELLITE_DATA_OPTIMIZED"
android:value="org.thoughtcrime.securesms" />
<activity android:name=".components.webrtc.v2.WebRtcCallActivity"
android:theme="@style/TextSecure.DarkTheme.WebRTCCall"
android:excludeFromRecents="true"