commit | f99ba39a52fc6d9aa1006318d06a26155bca7a10 | [log] [tgz] |
---|---|---|
author | Josh Stone <cuviper@gmail.com> | Sat Dec 04 14:30:39 2010 -0800 |
committer | Josh Stone <cuviper@gmail.com> | Sat Dec 04 14:30:39 2010 -0800 |
tree | 1d213cdc15b109dae033481acce63a3b0f5badf0 | |
parent | 000173e14721bbf9f1d4b2fb7b584da812377dc4 [diff] |
inc: Enable dual-led mode for CMParts Change-Id: I0c43c86b6cff6902ab62cef978d38b642e4b341b
diff --git a/overlay/inc/packages/apps/CMParts/res/values/config.xml b/overlay/inc/packages/apps/CMParts/res/values/config.xml index 7cfa356..19ba9c4 100644 --- a/overlay/inc/packages/apps/CMParts/res/values/config.xml +++ b/overlay/inc/packages/apps/CMParts/res/values/config.xml
@@ -2,7 +2,8 @@ <resources> <!-- Whether or not to display the trackball settings --> <bool name="has_trackball">true</bool> - <bool name="has_rgb_notification_led">true</bool> + <bool name="has_rgb_notification_led">false</bool> + <bool name="has_dual_notification_led">true</bool> <bool name="has_led_flash">true</bool> </resources>