Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5208c4b7 authored by Daniel Banta's avatar Daniel Banta
Browse files

[NTN][VZW P2P] Enable `config_allow_check_message_in_not_connected` by default in telephony config

Bug: 380927601
Change-Id: I699f9214c6638affb504d61cb8e2fdaa85ebeaa4
Test: config change
Flag: EXEMPT config change
parent fb51ac3c
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -492,4 +492,8 @@
    <bool name="config_satellite_should_notify_availability">true</bool>
    <java-symbol type="bool" name="config_satellite_should_notify_availability" />

    <!-- 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">false</bool>
    <java-symbol type="bool" name="config_satellite_allow_check_message_in_not_connected" />
</resources>