summaryrefslogtreecommitdiffstats
path: root/overlay
diff options
context:
space:
mode:
authortilaksidduram <tilaksidduram@gmail.com>2014-11-26 21:19:48 +0530
committertilaksidduram <tilaksidduram@gmail.com>2014-11-26 21:19:48 +0530
commit0cf727cfa78e5795b9e10aab1288f245e62e2ab8 (patch)
treef0ac13cb3b8f3ab8a30a9144223c96838019cf43 /overlay
parent8446116f0e83199213748ce3fc50b2d1b7e81274 (diff)
downloaddevice_samsung_n7100-0cf727cfa78e5795b9e10aab1288f245e62e2ab8.tar.gz
device_samsung_n7100-0cf727cfa78e5795b9e10aab1288f245e62e2ab8.tar.bz2
device_samsung_n7100-0cf727cfa78e5795b9e10aab1288f245e62e2ab8.zip
n7100: add missing overlay for Notification Led
Diffstat (limited to 'overlay')
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index e0b6d0f..dbcfa88 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -84,6 +84,9 @@
<!-- Is the notification LED intrusive? Used to decide if there should be a disable option -->
<bool name="config_intrusiveNotificationLed">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>
+
<!-- Is the battery LED intrusive? Used to decide if there should be a disable option -->
<bool name="config_intrusiveBatteryLed">true</bool>