The default notification LED color is now white.

We've been setting this per-device for forever; it's time to
just change the platform default (was 00ff00).

Bug: 7094412
Change-Id: I5fbd126580cf06e59958bab32a333b21359d01a9
This commit is contained in:
Daniel Sandler
2012-08-31 23:37:21 -04:00
parent fef288b01c
commit a7ee006b6d

View File

@@ -479,7 +479,7 @@
<integer name="config_lowBatteryCloseWarningLevel">20</integer>
<!-- Default color for notification LED. -->
<color name="config_defaultNotificationColor">#ff00ff00</color>
<color name="config_defaultNotificationColor">#ffffffff</color>
<!-- Default LED on time for notification LED in milliseconds. -->
<integer name="config_defaultNotificationLedOn">500</integer>