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

Commit 45226eec authored by Jordan Liu's avatar Jordan Liu Committed by android-build-merger
Browse files

Merge "SST only cancels its own notifications"

am: bebf18a0

Change-Id: I3ee454540e4334a07b1f7785fce868b813137e77
parents b8088b40 bebf18a0
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -3451,7 +3451,9 @@ public class ServiceStateTracker extends Handler {
        if (DBG) log("setNotification: cancelAllNotifications");
        NotificationManager notificationManager = (NotificationManager)
                mPhone.getContext().getSystemService(Context.NOTIFICATION_SERVICE);
        notificationManager.cancelAll();
        notificationManager.cancel(PS_NOTIFICATION);
        notificationManager.cancel(CS_NOTIFICATION);
        notificationManager.cancel(CS_REJECT_CAUSE_NOTIFICATION);
    }

    /**