sanders:DNM: Disbale LED overlays

This commit is contained in:
Prema Chand Alugu
2017-12-15 11:57:25 +05:30
committed by therootlord
parent d5d9381a4b
commit 38d77c0b6c

View File

@@ -194,7 +194,7 @@
<integer name="config_defaultNotificationLedOff">5000</integer>
<!-- 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>-->
<!-- Default color for notification LED is white. -->
<color name="config_defaultNotificationColor">#ff0000ff</color>
@@ -206,11 +206,11 @@
<!-- Does the battery LED support multiple colors?
Used to decide if the user can change the colors -->
<bool name="config_multiColorBatteryLed">true</bool>
<!--<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>
<!--<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>