Merge "Set default value of allowing STA-connected indoor channel as true"

This commit is contained in:
Shuibing Dai 2023-02-06 22:10:06 +00:00 committed by Android (Google) Code Review
commit ac34378326

View file

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