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

Commit 4bd0a01c 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: Id6799609e017b8d457f1f1caa7bffb9ffb3f027d
parents 178fea8e 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))