Change Enhanced Notifications Channel to SYSTEM_CHANGES

Bug: 187847212
Test: Manually on device
Change-Id: I4eb2cc420fedba7e42740e5a1097922d7d57cc58
This commit is contained in:
Chloris Kuo
2021-05-11 13:26:34 -07:00
parent f6a6597f24
commit 939ee0fcd8

View File

@@ -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))