Enable country code update during setup wizard am: 643cbacd03 am: a2db9d45ca

Original change: https://googleplex-android-review.googlesource.com/c/device/google/lynx/+/21560184

Change-Id: I2f9097eddcf3930ab51fa2b4ecf49ec81c8125a3
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Kai Shi 2023-03-01 06:49:18 +00:00 committed by Automerger Merge Worker
commit 10bc1285a6

View file

@ -141,4 +141,9 @@
<!-- Boolean indicating whether DTIM multiplier configuration is enabled. DTIM multiplier value <!-- Boolean indicating whether DTIM multiplier configuration is enabled. DTIM multiplier value
is when the system is in the suspended mode --> is when the system is in the suspended mode -->
<bool translatable="false" name="config_wifiDtimMultiplierConfigEnabled">true</bool> <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> </resources>