klte-common: restore battery LED options

Change-Id: Ie208dba640946467142fa764e0d216ba7c93d5f2
This commit is contained in:
Marcel Dopita 2015-03-20 23:23:57 +01:00 committed by Ethan Chen
parent a78f495221
commit d460453879
1 changed files with 6 additions and 0 deletions

View File

@ -162,6 +162,12 @@
<!-- 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>
<!-- Does the battery LED support multiple colors? Used to decide if the user can change the colors -->
<bool name="config_multiColorBatteryLed">true</bool>