summaryrefslogtreecommitdiffstats
path: root/overlay
diff options
context:
space:
mode:
authortechmik <techmik67@gmail.com>2011-09-04 19:44:54 -0400
committertechmik <techmik67@gmail.com>2011-09-05 02:48:13 -0400
commit0dc940e5892e82c664f1c3e3ea0625b5d3afdc81 (patch)
tree43532642168a02fc5fd887adf6df44f04843dbd5 /overlay
parent81732be0729544209c80615129411a45a50bd90e (diff)
downloaddevice_samsung_aries-common-0dc940e5892e82c664f1c3e3ea0625b5d3afdc81.zip
device_samsung_aries-common-0dc940e5892e82c664f1c3e3ea0625b5d3afdc81.tar.gz
device_samsung_aries-common-0dc940e5892e82c664f1c3e3ea0625b5d3afdc81.tar.bz2
This enables led notification settings and will remove the "choose flash color" options, since we have no colors to choose with our hardware
needs prebuild kernel update also needs http://review.cyanogenmod.com/#change,7736 Change-Id: Ib4bd127845fa1799a66466d572f9bfa5cb9c9d27
Diffstat (limited to 'overlay')
-rw-r--r--overlay/packages/apps/CMParts/res/values/config.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/overlay/packages/apps/CMParts/res/values/config.xml b/overlay/packages/apps/CMParts/res/values/config.xml
new file mode 100644
index 0000000..5818480
--- /dev/null
+++ b/overlay/packages/apps/CMParts/res/values/config.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <!-- Whether or not to display the trackball settings -->
+ <bool name="has_trackball">false</bool>
+
+ <!-- Notification LED has single color only -->
+ <bool name="has_single_notification_led">true</bool>
+</resources>