Enable country code update during setup wizard
Bug: 267944733
Test: manual with various network
Change-Id: I3ed9becb9d5086ff49f1ea321296bd0f2ee18667
diff --git a/rro_overlays/WifiOverlay/res/values/config.xml b/rro_overlays/WifiOverlay/res/values/config.xml
index 9614f5c..c7337a6 100644
--- a/rro_overlays/WifiOverlay/res/values/config.xml
+++ b/rro_overlays/WifiOverlay/res/values/config.xml
@@ -156,4 +156,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>