Преглед изворни кода

Handle the network selection restoring in modem side

Bug: 240654108
Test: manual
Change-Id: I1fdd7250d162ba4a4a1fa386561649e5b4adc9e3
Gary Jian пре 2 година
родитељ
комит
1cca3358b4
1 измењених фајлова са 4 додато и 0 уклоњено
  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. -->
     <!-- 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>
     <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>
 </resources>