sanders: Multicolor notify LED overlays

This commit is contained in:
Prema Chand Alugu
2017-10-10 01:58:25 +05:30
committed by therootlord
parent 4f2cada737
commit 4cb0bfab14

View File

@@ -199,6 +199,22 @@
<!-- Is the battery LED intrusive? Used to decide if there should be a disable option -->
<bool name="config_intrusiveBatteryLed">true</bool>
<!-- Default color for notification LED is white. -->
<color name="config_defaultNotificationColor">#ffffffff</color>
<!-- 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>
<!-- Do the battery/notification LEDs support pulsing?
Used to decide if we show pulse settings -->
<bool name="config_ledCanPulse">true</bool>
<!-- If this is true, the screen will come on when you unplug usb/power/whatever. -->
<bool name="config_unplugTurnsOnScreen">true</bool>