Przeglądaj źródła

Enable country code update during setup wizard

Bug: 267944733
Test: manual with various network
Change-Id: Ic1590430754a057ac6992011c6ec722f7d326e57
Kai Shi 2 lat temu
rodzic
commit
643cbacd03
1 zmienionych plików z 5 dodań i 0 usunięć
  1. 5 0
      rro_overlays/WifiOverlay/res/values/config.xml

+ 5 - 0
rro_overlays/WifiOverlay/res/values/config.xml

@@ -141,4 +141,9 @@
     <!-- Boolean indicating whether DTIM multiplier configuration is enabled. DTIM multiplier value
         is when the system is in the suspended mode -->
     <bool translatable="false" name="config_wifiDtimMultiplierConfigEnabled">true</bool>
+
+    <!-- Boolean indicating whether the framework updates country from scan results when there is
+         no telephony country code and driver country code is 00.
+         This is applied only during the setup wizard -->
+    <bool translatable="false" name ="config_wifiUpdateCountryCodeFromScanResultSetupWizard">true</bool>
 </resources>