Merge "Handle the network selection restoring in modem side" into main

This commit is contained in:
Gary Jian 2023-11-22 03:49:51 +00:00 committed by Android (Google) Code Review
commit 577b0794e2

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>