Handle the network selection restoring in modem side

Bug: 311563248
Test: manual
Change-Id: I9b8e2fc251db8b338849e67c29ca7230a4227dec
This commit is contained in:
Gary Jian 2023-11-21 08:25:16 +00:00
parent b8239d304a
commit 8a43604e4f

View file

@ -310,4 +310,8 @@
<!-- Telephony satellite service package name to bind to by default. -->
<string name="config_satellite_service_package">com.google.android.satellite</string>
<!-- Boolean indicating if restoring network selection should be skipped -->
<!-- The restoring is handled by modem if it is true -->
<bool translatable="false" name="skip_restoring_network_selection">true</bool>
</resources>