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

Commit 939ee0fc authored by Chloris Kuo's avatar Chloris Kuo
Browse files

Change Enhanced Notifications Channel to SYSTEM_CHANGES

Bug: 187847212
Test: Manually on device
Change-Id: I4eb2cc420fedba7e42740e5a1097922d7d57cc58
parent f6a6597f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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))