Enable country code update during setup wizard

Bug: 267944733
Test: manual with various network
Change-Id: I5c2b921756773018cfcc34e59de185241b20de04
This commit is contained in:
Kai Shi 2023-02-14 11:26:41 -08:00
parent 577fcd7199
commit 71a3b4068b

View file

@ -152,4 +152,8 @@
<!-- Boolean indicating whether we should enable the STA current connected indoor channel
for SAP, WFD GO, Wi-Fi Aware -->
<bool translatable="false" name="config_wifiEnableStaIndoorChannelForPeerNetwork">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>