Loading services/core/java/com/android/server/notification/NotificationManagerService.java +1 −0 Original line number Original line Diff line number Diff line Loading @@ -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() Loading Loading
services/core/java/com/android/server/notification/NotificationManagerService.java +1 −0 Original line number Original line Diff line number Diff line Loading @@ -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() Loading