commit | 4ce62c03860fdfbe9743cf31e71c92bc8b2d31d7 | [log] [tgz] |
---|---|---|
author | Yorke Lee <yorkelee@google.com> | Tue Aug 19 08:39:46 2014 -0700 |
committer | Yorke Lee <yorkelee@google.com> | Tue Aug 19 09:21:59 2014 -0700 |
tree | 70b86b1560aaa8f64dca33e603c3c75949f8beb8 | |
parent | a948c23168d1e954859390dc3245c31ad9be9476 [diff] |
Add theme color to notifications (3/4) Bug: 17129072 Change-Id: I54cfe84575b707ffa05d8a4985f363caf8a15453
diff --git a/src/com/android/dialer/calllog/DefaultVoicemailNotifier.java b/src/com/android/dialer/calllog/DefaultVoicemailNotifier.java index 477aa86..837cfba 100644 --- a/src/com/android/dialer/calllog/DefaultVoicemailNotifier.java +++ b/src/com/android/dialer/calllog/DefaultVoicemailNotifier.java
@@ -157,6 +157,7 @@ .setSmallIcon(icon) .setContentTitle(title) .setContentText(callers) + .setColor(resources.getColor(R.color.dialer_theme_color)) .setDefaults(callToNotify != null ? Notification.DEFAULT_ALL : 0) .setDeleteIntent(createMarkNewVoicemailsAsOldIntent()) .setAutoCancel(true);