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: If87e99ce2a17b412ca211ae2e4c4a1279fb7ad93
This commit is contained in:
Gary Jian 2022-03-16 14:54:08 +00:00 committed by Automerger Merge Worker
commit be8278b51f
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>