Enable country code update during setup wizard am: 71a3b4068b

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

Change-Id: Ic86b4ee9b744453b792998446c0ae3294a273a3a
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Kai Shi 2023-02-24 06:07:08 +00:00 committed by Automerger Merge Worker
commit 48737da916

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>