diff options
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. --> |