commit | 07738b846a70b10ad961ab1b35c546fe432f6d82 | [log] [tgz] |
---|---|---|
author | atinm <atinm.dev@gmail.com> | Sat May 28 14:13:58 2011 -0400 |
committer | atinm <atinm.dev@gmail.com> | Sat May 28 14:13:58 2011 -0400 |
tree | a7a3c4780d2f5d0ef431c02737b4d288ef26cd24 | |
parent | 262bd3ce6cc2d2d7665394ea6fa00c487f9d8c9d [diff] |
Set has_rgb_notification_led to false for SGS phones Change-Id: Ia1d2c0e441bb3f28e9531beb01a600a23a148ec8
diff --git a/overlay/captivatemtd/packages/apps/CMParts/res/values/config.xml b/overlay/captivatemtd/packages/apps/CMParts/res/values/config.xml index 52051bb..443462f 100644 --- a/overlay/captivatemtd/packages/apps/CMParts/res/values/config.xml +++ b/overlay/captivatemtd/packages/apps/CMParts/res/values/config.xml
@@ -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>
diff --git a/overlay/galaxysmtd/packages/apps/CMParts/res/values/config.xml b/overlay/galaxysmtd/packages/apps/CMParts/res/values/config.xml index 52051bb..443462f 100644 --- a/overlay/galaxysmtd/packages/apps/CMParts/res/values/config.xml +++ b/overlay/galaxysmtd/packages/apps/CMParts/res/values/config.xml
@@ -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>
diff --git a/overlay/vibrantmtd/packages/apps/CMParts/res/values/config.xml b/overlay/vibrantmtd/packages/apps/CMParts/res/values/config.xml index 52051bb..443462f 100644 --- a/overlay/vibrantmtd/packages/apps/CMParts/res/values/config.xml +++ b/overlay/vibrantmtd/packages/apps/CMParts/res/values/config.xml
@@ -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>