Merge "Enable country code update during setup wizard" into udc-dev am: a62d2dc4a5

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

Change-Id: I56e55885e87f70ed5e1087571502aed8f0e056e2
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
TreeHugger Robot 2023-02-24 20:24:23 +00:00 committed by Automerger Merge Worker
commit d3f0f19a77

View file

@ -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>