Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d4aeecb4 authored by Chloris Kuo's avatar Chloris Kuo Committed by Automerger Merge Worker
Browse files

Merge "Change Enhanced Notifications Channel to SYSTEM_CHANGES" into sc-dev am: fbf11602

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14506856

Change-Id: I5ece9893d19f9ad8f331aae6595d5c198566dece
parents cb984d59 fbf11602
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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))