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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user