[NTN][VZW P2P] Add config to enable sending check message datagrams when satellite modem is not connected.

Bug: 380927601
Change-Id: Ifb301726d49ba8dbcad645a9d16239d40b50fc2e
Test: config change
Flag: EXEMPT config change
This commit is contained in:
Daniel Banta 2024-11-28 00:50:41 +00:00
parent 68fed19e40
commit 81cf0cfb2c

View file

@ -539,6 +539,10 @@
<string name="config_satellite_carrier_roaming_non_emergency_session_class">com.google.android.apps.stargate.sessionmanager.SessionManagerReceiver_Receiver</string>
<!-- Whether to show the system notification to users whenever there is a change
in the satellite availability state at the current location. -->
in the satellite availability state at the current location. -->
<bool name="config_satellite_should_notify_availability">false</bool>
<!-- Whether to allow check message datagrams to be sent even when the satellite modem is in
not connected state. -->
<bool name="config_satellite_allow_check_message_in_not_connected">true</bool>
</resources>