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()