diff options
| author | 2016-05-20 10:25:43 -0400 | |
|---|---|---|
| committer | 2016-05-24 13:51:23 +0000 | |
| commit | 3011fd4dbd4585917af71e109353e6e02332ef5b (patch) | |
| tree | b3ddb6a50cec111fbc4e7b8449055e0c7391c7b9 | |
| parent | 8a1561a772e735b41b48dfb91269b620b5125602 (diff) | |
Set autobundled summary color.
Change-Id: I8ceb0b045359dc364fcec411fcfc610f7f57d8db
Fixes: 28615262
| -rw-r--r-- | services/core/java/com/android/server/notification/NotificationManagerService.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/services/core/java/com/android/server/notification/NotificationManagerService.java b/services/core/java/com/android/server/notification/NotificationManagerService.java index 04be34a81579..946e4f7e7067 100644 --- a/services/core/java/com/android/server/notification/NotificationManagerService.java +++ b/services/core/java/com/android/server/notification/NotificationManagerService.java @@ -2252,6 +2252,7 @@ public class NotificationManagerService extends SystemService { .setGroup(newAutoBundleKey) .setFlag(Notification.FLAG_AUTOGROUP_SUMMARY, true) .setFlag(Notification.FLAG_GROUP_SUMMARY, true) + .setColor(adjustedSbn.getNotification().color) .build(); summaryNotification.extras.putAll(extras); Intent appIntent = getContext().getPackageManager() |