Loading services/core/java/com/android/server/notification/NotificationManagerService.java +1 −0 Original line number Diff line number Diff line Loading @@ -2849,6 +2849,7 @@ public class NotificationManagerService extends SystemService { new Notification.Builder(getContext(), channelId) .setSmallIcon(adjustedSbn.getNotification().getSmallIcon()) .setGroupSummary(true) .setGroupAlertBehavior(Notification.GROUP_ALERT_CHILDREN) .setGroup(GroupHelper.AUTOGROUP_KEY) .setFlag(Notification.FLAG_AUTOGROUP_SUMMARY, true) .setFlag(Notification.FLAG_GROUP_SUMMARY, true) Loading Loading
services/core/java/com/android/server/notification/NotificationManagerService.java +1 −0 Original line number Diff line number Diff line Loading @@ -2849,6 +2849,7 @@ public class NotificationManagerService extends SystemService { new Notification.Builder(getContext(), channelId) .setSmallIcon(adjustedSbn.getNotification().getSmallIcon()) .setGroupSummary(true) .setGroupAlertBehavior(Notification.GROUP_ALERT_CHILDREN) .setGroup(GroupHelper.AUTOGROUP_KEY) .setFlag(Notification.FLAG_AUTOGROUP_SUMMARY, true) .setFlag(Notification.FLAG_GROUP_SUMMARY, true) Loading