diff options
| author | Michael Scott <michael.scott@linaro.org> | 2014-11-26 15:48:45 -0800 |
|---|---|---|
| committer | Michael Scott <michael.scott@linaro.org> | 2014-11-26 15:48:45 -0800 |
| commit | 0b3b49084beae4129f1fa0dfbf9be173ebe96062 (patch) | |
| tree | 207addaafe885b95a5cc21139d93c74f1c21fce1 | |
| parent | b130ccaf71c1e1b784746fceaa19722316c450e2 (diff) | |
otter-common: overlay: remove bluetooth connectivity
Signed-off-by: Michael Scott <michael.scott@linaro.org>
| -rw-r--r-- | overlay/aosp/frameworks/base/core/res/res/values/config.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/overlay/aosp/frameworks/base/core/res/res/values/config.xml b/overlay/aosp/frameworks/base/core/res/res/values/config.xml index e527144..0a5e0c7 100644 --- a/overlay/aosp/frameworks/base/core/res/res/values/config.xml +++ b/overlay/aosp/frameworks/base/core/res/res/values/config.xml @@ -41,7 +41,6 @@ <!-- the 6th element indicates boot-time dependency-met value. --> <string-array translatable="false" name="networkAttributes"> <item>"wifi,1,1,1,-1,true"</item> - <item>"bluetooth,7,7,0,-1,true"</item> </string-array> <!-- This string array should be overridden by the device to present a list of radio @@ -51,7 +50,6 @@ [# simultaneous connection types]" --> <string-array translatable="false" name="radioAttributes"> <item>"1,1"</item> - <item>"7,1"</item> </string-array> <bool name="config_wifi_background_scan_support">true</bool> |
