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:
parent
438c054c19
commit
d76a37d4c8
1 changed files with 3 additions and 0 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue