Skip to content

Commit 256a1b4

Browse files
dsandlerAndroid (Google) Code Review
authored andcommitted
Merge "The default notification LED color is now white." into jb-mr1-dev
2 parents 7877016 + a7ee006 commit 256a1b4

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
@@ -482,7 +482,7 @@
482482
<integer name="config_lowBatteryCloseWarningLevel">20</integer>
483483

484484
<!-- Default color for notification LED. -->
485-
<color name="config_defaultNotificationColor">#ff00ff00</color>
485+
<color name="config_defaultNotificationColor">#ffffffff</color>
486486

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

0 commit comments

Comments
 (0)