diff options
| author | eyosen <abittin@gmail.com> | 2015-07-14 13:13:54 +0300 |
|---|---|---|
| committer | eyosen <abittin@gmail.com> | 2015-07-14 13:14:55 +0300 |
| commit | 30b023cb626b852b6ec572701e1f2132657fe309 (patch) | |
| tree | 0309ddb4537ff05565ac4d519fd386fa0ecd87db | |
| parent | 897b312cc6fd8f3bbc34357b49bd19449d11917a (diff) | |
endeavoru: enable multi-color led support
Support enabled for
- notification light
- battery light
Change-Id: I1faba1046047d057b8e05c0fc410411e7314cfec
| -rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index 640756d..0699eeb 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -234,14 +234,23 @@ <!-- Is the notification LED intrusive? Used to decide if there should be a disable option --> <bool name="config_intrusiveNotificationLed">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> + + <!-- Does the battery LED support multiple colors? + Used to decide if the user can change the colors --> + <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>--> + <bool name="config_intrusiveBatteryLed">true</bool> <!-- Device supports LED flashlight --> <!--<bool name="config_enableTorch">true</bool>--> <!-- Allow changing button backlight brightness in Settings --> <integer name="config_buttonBrightnessSettingDefault">20</integer> + <bool name="config_deviceHasVariableButtonBrightness">true</bool> <!-- Software blur is too slow on this device. --> |
