From 939ee0fcd80e5e62f59500fbfcecf7b8b2df1573 Mon Sep 17 00:00:00 2001 From: Chloris Kuo Date: Tue, 11 May 2021 13:26:34 -0700 Subject: [PATCH] Change Enhanced Notifications Channel to SYSTEM_CHANGES Bug: 187847212 Test: Manually on device Change-Id: I4eb2cc420fedba7e42740e5a1097922d7d57cc58 --- .../android/server/notification/NotificationManagerService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/core/java/com/android/server/notification/NotificationManagerService.java b/services/core/java/com/android/server/notification/NotificationManagerService.java index 34abb39885ba5..359a9762fce07 100755 --- a/services/core/java/com/android/server/notification/NotificationManagerService.java +++ b/services/core/java/com/android/server/notification/NotificationManagerService.java @@ -803,7 +803,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))