Merge "Add config_satellite_allow_tn_scanning_during_satellite_session flag." into main

This commit is contained in:
Adrian Mejia 2024-12-05 19:19:09 +00:00 committed by Android (Google) Code Review
commit 9db371a596

View file

@ -548,4 +548,7 @@
<!-- 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>
<!-- Whether to allow TN scanning during satellite session. -->
<bool name="config_satellite_allow_tn_scanning_during_satellite_session">false</bool>
</resources>