Browse Source

Handle the network selection restoring in modem side am: 1cca3358b4

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

Change-Id: Ie272e162ce6ac59acbf12a686ed2a095b3aa871b
Signed-off-by: Automerger Merge Worker <[email protected]>
Gary Jian 2 years ago
parent
commit
fb5eb16aea
1 changed files with 4 additions and 0 deletions
  1. 4 0
      lynx/overlay/frameworks/base/core/res/res/values/config.xml

+ 4 - 0
lynx/overlay/frameworks/base/core/res/res/values/config.xml

@@ -249,4 +249,8 @@
 
     <!-- Type of the udfps long press sensor. Empty if long press is not supported. -->
     <string name="config_dozeUdfpsLongPressSensorType" translatable="false">com.google.sensor.long_press</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>