Set autobundled summary color.
Change-Id: I8ceb0b045359dc364fcec411fcfc610f7f57d8db Fixes: 28615262
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user