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

Commit fbf11602 authored by Chloris Kuo's avatar Chloris Kuo Committed by Android (Google) Code Review
Browse files

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

parents 34f4ccda 939ee0fc
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))