diff options
author | Chirayu Desai <chirayudesai1@gmail.com> | 2014-11-25 23:33:39 +0530 |
---|---|---|
committer | Chirayu Desai <chirayudesai1@gmail.com> | 2014-11-25 23:33:39 +0530 |
commit | c0c9d981a816db6ac78e241eec4ed3772dfe9194 (patch) | |
tree | e7b4cc1f35e94c47b5dac40fd3a4d8036b59e1b7 /overlay | |
parent | f081d30e17f377750263363f47b001379795a36a (diff) |
overlay: Enable LED settings
Change-Id: Iefc97ac08745fc11e519244338db1870f63c6d7d
Diffstat (limited to 'overlay')
-rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index 51d6b54..a5c351d 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -138,14 +138,18 @@ rather than the uevent framework. --> <bool name="config_useDevInputEventForAudioJack">true</bool> - <!-- Is the notification LED intrusive? Used to decide if there should be a disable option - <bool name="config_intrusiveNotificationLed">true</bool> --> + <!-- Is the notification LED intrusive? Used to decide if there should be a disable option --> + <bool name="config_intrusiveNotificationLed">true</bool> - <!-- Is the battery LED intrusive? Used to decide if there should be a disable option - <bool name="config_intrusiveBatteryLed">true</bool> --> + <!-- Does the notification LED support multiple colors? + Used to decide if the user can change the colors --> + <bool name="config_multiColorNotificationLed">true</bool> - <!-- Can we change the battery color? - <bool name="config_multiColorBatteryLed">true</bool> --> + <!-- Is the battery LED intrusive? Used to decide if there should be a disable option --> + <bool name="config_intrusiveBatteryLed">true</bool> + + <!-- Can we change the battery color? --> + <bool name="config_multiColorBatteryLed">true</bool> <!-- Base "touch slop" value used by ViewConfiguration as a movement threshold where scrolling should begin. --> |