diff options
| author | David Su <dysu@google.com> | 2019-03-19 15:42:49 -0700 |
|---|---|---|
| committer | Julian Veit <claymore1298@gmail.com> | 2019-09-14 21:36:24 +0200 |
| commit | efa75583697a2e71c7113a8daacd1e7adcd35a9d (patch) | |
| tree | 019ce4dd775eebb68afd620633abd84b65b36a6b | |
| parent | 7192657cc9796c4a65b73630bca05bece2fe7428 (diff) | |
hima-common: Enable link probing
Set "link probing supported" flag to true for marlin.
Bug: 112029045
Test: run `adb root; adb shell cmd wifi send-link-probe`
Change-Id: Id93b5a9c14e7586c6f3552aeece28b998b46c40e
| -rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index 76cf3b9..f7fc4ee 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -400,4 +400,7 @@ <!-- Default state for LiveDisplay --> <bool name="config_liveDisplayAvailable">true</bool> + + <!-- True if the firmware supports Wi-Fi link probing --> + <bool name="config_wifi_link_probing_supported">true</bool> </resources> |
