Loading services/core/java/com/android/server/notification/NotificationManagerService.java +1 −1 Original line number Diff line number Diff line Loading @@ -830,7 +830,7 @@ public class NotificationManagerService extends SystemService { learnNASPendingIntent).build(); return new Notification.Builder(getContext(), SystemNotificationChannels.ALERTS) return new Notification.Builder(getContext(), SystemNotificationChannels.SYSTEM_CHANGES) .setAutoCancel(false) .setOngoing(true) .setTicker(getContext().getResources().getString(title)) Loading Loading
services/core/java/com/android/server/notification/NotificationManagerService.java +1 −1 Original line number Diff line number Diff line Loading @@ -830,7 +830,7 @@ public class NotificationManagerService extends SystemService { learnNASPendingIntent).build(); return new Notification.Builder(getContext(), SystemNotificationChannels.ALERTS) return new Notification.Builder(getContext(), SystemNotificationChannels.SYSTEM_CHANGES) .setAutoCancel(false) .setOngoing(true) .setTicker(getContext().getResources().getString(title)) Loading