inc: Enable dual-led mode for CMParts

Change-Id: I0c43c86b6cff6902ab62cef978d38b642e4b341b
This commit is contained in:
Josh Stone 2010-12-04 14:30:39 -08:00
parent 000173e147
commit f99ba39a52
1 changed files with 2 additions and 1 deletions

View File

@ -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>