Set has_rgb_notification_led to false for SGS phones

Change-Id: Ia1d2c0e441bb3f28e9531beb01a600a23a148ec8
This commit is contained in:
atinm 2011-05-28 14:13:58 -04:00
parent 262bd3ce6c
commit 07738b846a
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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