diff options
author | Steven Lay <arbiter1000@gmail.com> | 2017-07-29 05:00:06 +0000 |
---|---|---|
committer | Steven Lay <arbiter1000@gmail.com> | 2017-07-30 07:13:40 +0000 |
commit | 51a7e01103b10d88bda3f0dae87a69dd7ffa39f6 (patch) | |
tree | f9a2faae70f71c5353bf2be443b5db65565cf17d /overlay | |
parent | f88230b9fe71f7eda0f27480e953facd3ef77e54 (diff) |
shinano-common: remove config_wifi_batched_scan_supported flag
This is already defined in msm8974-common
https://github.com/LineageOS/android_device_sony_msm8974-common/blob/cm-14.1/overlay/frameworks/base/core/res/res/values/config.xml#L79
Change-Id: I0fa323ecb2217c17b59870239c6c0d1cf10d1cd6
Diffstat (limited to 'overlay')
-rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index 2bcdbbf..0bb53d8 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -21,9 +21,6 @@ for different hardware and product builds. --> <resources> - <!-- Wifi driver supports batched scan --> - <bool translatable="false" name="config_wifi_batched_scan_supported">true</bool> - <!-- Whether device supports double tap to wake --> <bool name="config_supportDoubleTapWake">true</bool> |