Revert "sanders:DNM: Disbale LED overlays"

This reverts commit 574e20f52ff2c6a007fc7a81b71ba996eead5c54.
This commit is contained in:
Prema Chand Alugu
2017-12-25 17:19:21 +05:30
committed by therootlord
parent b5fe46127d
commit 3785526a29

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>