Snap for 9654363 from a28956c5cd to udc-release

Change-Id: I5321be330706d85d1e239e97f1759d1fad8d6f6f
This commit is contained in:
Android Build Coastguard Worker 2023-02-25 04:03:06 +00:00
commit 406cda5c30
2 changed files with 10 additions and 0 deletions

View file

@ -154,4 +154,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>

View file

@ -154,4 +154,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>