Enable country code update during setup wizard am: 71a3b4068b

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

Change-Id: I847cf1cecd1a465d36e97f7e71fe509cb2df9a9e
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Kai Shi 2023-02-24 03:45:30 +00:00 committed by Automerger Merge Worker
commit 7d94c4a918

View file

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