Set has_rgb_notification_led to false for SGS phones

Change-Id: Ia1d2c0e441bb3f28e9531beb01a600a23a148ec8
gugelfrei
atinm 13 years ago
parent 262bd3ce6c
commit 07738b846a

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

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

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

Loading…
Cancel
Save