Handle the network selection restoring in modem side am: 8358d48714

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

Change-Id: Ie1820d4a19b8bae4b06b791648bbc2c25e6cf1a9
This commit is contained in:
Gary Jian 2022-03-16 14:54:04 +00:00 committed by Automerger Merge Worker
commit 215d58da66
2 changed files with 8 additions and 0 deletions

View file

@ -236,4 +236,8 @@
<!-- UDFPS does not support gestures -->
<bool name="config_fingerprintSupportsGestures">false</bool>
<!-- 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

@ -235,4 +235,8 @@
<!-- UDFPS does not support gestures -->
<bool name="config_fingerprintSupportsGestures">false</bool>
<!-- 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>