diff options
author | techmik <techmik67@gmail.com> | 2011-09-04 19:44:54 -0400 |
---|---|---|
committer | techmik <techmik67@gmail.com> | 2011-09-05 02:48:13 -0400 |
commit | 0dc940e5892e82c664f1c3e3ea0625b5d3afdc81 (patch) | |
tree | 43532642168a02fc5fd887adf6df44f04843dbd5 | |
parent | 81732be0729544209c80615129411a45a50bd90e (diff) | |
download | device_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
-rw-r--r-- | overlay/packages/apps/CMParts/res/values/config.xml | 8 |
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> |