Handle the network selection restoring in modem side am: 8e1b6a6f1c

Original change: https://googleplex-android-review.googlesource.com/c/device/google/raviole/+/17109887

Change-Id: Ib4285524d959f378eb4ae66ce5ae474c66b2a27d
This commit is contained in:
Gary Jian 2022-03-16 14:54:03 +00:00 committed by Automerger Merge Worker
commit b68602cd0f
2 changed files with 6 additions and 0 deletions

View file

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

View file

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