Set autobundled summary color.
am: 3011fd4dbd
* commit '3011fd4dbd4585917af71e109353e6e02332ef5b':
Set autobundled summary color.
Change-Id: Ic903b346211ae89d0cd531eae98e1d90138c385c
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user