config: Override disable firmware roaming via HAL API am: fab900fd9f

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

Change-Id: I7870c268e43ba049b37073b72a1192fdadfcc473
This commit is contained in:
Isaac Chiou 2021-06-08 02:35:33 +00:00 committed by Automerger Merge Worker
commit dcb7d3ca32

View file

@ -127,4 +127,6 @@
<!-- Enable the default coex channel avoidance algorithm and disable the functionality of
WifiManager#setCoexUnsafeChannels. -->
<bool translatable="false" name="config_wifiDefaultCoexAlgorithmEnabled">true</bool>
<!-- Whether to use the explicit vendor HAL API: IWifiStaIface.setRoamingState for disabling fw roaming. -->
<bool translatable="false" name="config_wifiUseHalApiToDisableFwRoaming">true</bool>
</resources>