Skip to content

Commit a7ee006

Browse files
committed
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
1 parent fef288b commit a7ee006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/res/res/values/config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@
479479
<integer name="config_lowBatteryCloseWarningLevel">20</integer>
480480

481481
<!-- Default color for notification LED. -->
482-
<color name="config_defaultNotificationColor">#ff00ff00</color>
482+
<color name="config_defaultNotificationColor">#ffffffff</color>
483483

484484
<!-- Default LED on time for notification LED in milliseconds. -->
485485
<integer name="config_defaultNotificationLedOn">500</integer>

0 commit comments

Comments
 (0)