From 3011fd4dbd4585917af71e109353e6e02332ef5b Mon Sep 17 00:00:00 2001 From: Julia Reynolds Date: Fri, 20 May 2016 10:25:43 -0400 Subject: [PATCH] Set autobundled summary color. Change-Id: I8ceb0b045359dc364fcec411fcfc610f7f57d8db Fixes: 28615262 --- .../android/server/notification/NotificationManagerService.java | 1 + 1 file changed, 1 insertion(+) diff --git a/services/core/java/com/android/server/notification/NotificationManagerService.java b/services/core/java/com/android/server/notification/NotificationManagerService.java index 04be34a815791..946e4f7e70671 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()