summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoratinm <atinm.dev@gmail.com>2011-09-21 17:56:36 +0400
committerGerrit Code Review <gerrit@review.cyanogenmod.com>2011-09-21 17:56:36 +0400
commitfc50d9b9673092facd2a4e4e7dab857feb463b3b (patch)
tree6e1e37a422f051287bf800c15e750c0d6ff74af5
parenteb51fb8f8b62459d4022e2198c5c4f7bbfcbe953 (diff)
parent0dc940e5892e82c664f1c3e3ea0625b5d3afdc81 (diff)
downloaddevice_samsung_aries-common-fc50d9b9673092facd2a4e4e7dab857feb463b3b.zip
device_samsung_aries-common-fc50d9b9673092facd2a4e4e7dab857feb463b3b.tar.gz
device_samsung_aries-common-fc50d9b9673092facd2a4e4e7dab857feb463b3b.tar.bz2
Merge "This enables led notification settings and will remove the "choose flash color" options, since we have no colors to choose with our hardware" into gingerbread
-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>