summaryrefslogtreecommitdiff
path: root/rro_overlays
diff options
context:
space:
mode:
authorKai Shi <kaishi@google.com>2023-02-23 11:10:47 -0800
committerTreeHugger Robot <treehugger-gerrit@google.com>2023-03-01 04:41:40 +0000
commit19bfe732fa5555672408cb3c1d20f153df3a6042 (patch)
treedb0b62d9d3fb384f4d74b11053ade2d4851fc26f /rro_overlays
parentfb381564deb2e712a97f01d137753f84e8b3f8f1 (diff)
downloadgs101-19bfe732fa5555672408cb3c1d20f153df3a6042.tar.gz
Enable country code update during setup wizard
Bug: 267944733 Test: manual with various network Change-Id: Ia987c07fd5866a2ff64798c180daf1f62cfa2648
Diffstat (limited to 'rro_overlays')
-rw-r--r--rro_overlays/WifiOverlay/res/values/config.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/rro_overlays/WifiOverlay/res/values/config.xml b/rro_overlays/WifiOverlay/res/values/config.xml
index 2b878db1..ab512efa 100644
--- a/rro_overlays/WifiOverlay/res/values/config.xml
+++ b/rro_overlays/WifiOverlay/res/values/config.xml
@@ -148,4 +148,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>