kunlun2: WifiOverlay: enable minimum confirmation duration

for sending network score to connectivity service

Bug: 166152800

Test: verified feature works on device

Signed-off-by: Mingguang Xu <mingguangxu@google.com>
Change-Id: I646709894682e73cce6e181098b75587551d7604
Signed-off-by: Chenyang Zhong <zhongcy95@gmail.com>
Signed-off-by: DennySPb <dennyspb@gmail.com>
This commit is contained in:
Mingguang Xu 2020-08-24 13:48:47 -07:00 committed by Giammarco Senatore
parent 438c054c19
commit d76a37d4c8
No known key found for this signature in database
GPG key ID: 661348FC1E144F04

View file

@ -69,4 +69,7 @@
<!-- Boolean indicating whether framework needs to set the tx power limit for meeting SAR requirements --> <!-- Boolean indicating whether framework needs to set the tx power limit for meeting SAR requirements -->
<bool translatable="false" name="config_wifi_framework_enable_sar_tx_power_limit">true</bool> <bool translatable="false" name="config_wifi_framework_enable_sar_tx_power_limit">true</bool>
<!-- Enable adding minimum confirmation duration when sending network score to connectivity service. -->
<bool translatable="false" name="config_wifiMinConfirmationDurationSendNetworkScoreEnabled">true</bool>
</resources> </resources>