Enable country code update during setup wizard
Bug: 267944733 Test: manual with various network Change-Id: I18e3868598b3a2336b8767c15caf20a835ad22a8
This commit is contained in:
parent
03e728830c
commit
a28956c5cd
2 changed files with 10 additions and 0 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue