Handle the network selection restoring in modem side

Bug: 222483102
Test: manual
Change-Id: Iad7af99ce56714001e0a35bd092b491af52ffdf2
This commit is contained in:
Gary Jian 2022-03-08 12:46:11 +08:00
parent d228473ab4
commit 8e1b6a6f1c
2 changed files with 6 additions and 0 deletions

View file

@ -380,4 +380,7 @@
<item>200</item> <item>200</item>
</integer-array> </integer-array>
<!-- 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> </resources>

View file

@ -356,4 +356,7 @@
<item>200</item> <item>200</item>
</integer-array> </integer-array>
<!-- 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> </resources>