cm: Add has_camera_button for Espresso, Glacier, Vision

Change-Id: Ie93c9a8f35b3ef91bfe23231a5354e2dd899596f
This commit is contained in:
Steve Kondik 2011-01-30 22:23:33 -05:00
parent 9e9afbfe20
commit cc3bb47a03
3 changed files with 3 additions and 2 deletions

View File

@ -4,6 +4,6 @@
<bool name="has_trackball">true</bool>
<bool name="has_rgb_notification_led">false</bool>
<bool name="has_dual_notification_led">true</bool>
<bool name="has_camera_button">true</bool>
<bool name="has_led_flash">true</bool>
</resources>

View File

@ -4,4 +4,5 @@
<bool name="has_trackball">true</bool>
<bool name="has_rgb_notification_led">false</bool>
<bool name="has_led_flash">true</bool>
<bool name="has_camera_button">true</bool>
</resources>

View File

@ -3,6 +3,6 @@
<!-- Whether or not to display the trackball settings -->
<bool name="has_trackball">true</bool>
<bool name="has_rgb_notification_led">false</bool>
<bool name="has_camera_button">true</bool>
<bool name="has_led_flash">true</bool>
</resources>