Set autobundled summary color.

Change-Id: I8ceb0b045359dc364fcec411fcfc610f7f57d8db
Fixes: 28615262
This commit is contained in:
Julia Reynolds
2016-05-20 10:25:43 -04:00
parent 8a1561a772
commit 3011fd4dbd

View File

@@ -2252,6 +2252,7 @@ public class NotificationManagerService extends SystemService {
.setGroup(newAutoBundleKey) .setGroup(newAutoBundleKey)
.setFlag(Notification.FLAG_AUTOGROUP_SUMMARY, true) .setFlag(Notification.FLAG_AUTOGROUP_SUMMARY, true)
.setFlag(Notification.FLAG_GROUP_SUMMARY, true) .setFlag(Notification.FLAG_GROUP_SUMMARY, true)
.setColor(adjustedSbn.getNotification().color)
.build(); .build();
summaryNotification.extras.putAll(extras); summaryNotification.extras.putAll(extras);
Intent appIntent = getContext().getPackageManager() Intent appIntent = getContext().getPackageManager()