Change Enhanced Notifications Channel to SYSTEM_CHANGES
Bug: 187847212 Test: Manually on device Change-Id: I4eb2cc420fedba7e42740e5a1097922d7d57cc58
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user