Enable country code update during setup wizard

Bug: 267944733
Test: manual with various network
Change-Id: I2fb9e8d63257ffb2c0b08cf1f55b6732ec77dc5d
This commit is contained in:
Kai Shi 2023-02-23 11:19:22 -08:00
parent 31f1eb43f1
commit 7156097410

View file

@ -124,4 +124,9 @@
1: verbose logging on by default for userdebug 1: verbose logging on by default for userdebug
2: verbose logging on by default for all builds --> 2: verbose logging on by default for all builds -->
<integer translatable="false" name="config_wifiVerboseLoggingAlwaysOnLevel">1</integer> <integer translatable="false" name="config_wifiVerboseLoggingAlwaysOnLevel">1</integer>
<!-- 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> </resources>