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>