Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d31e42a5 authored by Julia Reynolds's avatar Julia Reynolds Committed by android-build-merger
Browse files

Set autobundled summary color.

am: 3011fd4d

* commit '3011fd4d':
  Set autobundled summary color.

Change-Id: Ic903b346211ae89d0cd531eae98e1d90138c385c
parents 9458057c 3011fd4d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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()