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

Commit f3b1c827 authored by Tyler Gunn's avatar Tyler Gunn Committed by Automerger Merge Worker
Browse files

Merge "Ensure call log pending intent on missed call notification is...

Merge "Ensure call log pending intent on missed call notification is immutable." into rvc-dev am: 7608cef9

Change-Id: Icc043941fc459d0f8fa6e95edc93caba388cdfad
parents a206fb94 7608cef9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -472,7 +472,7 @@ public class MissedCallNotifierImpl extends CallsManagerListenerBase implements
        TaskStackBuilder taskStackBuilder = TaskStackBuilder.create(mContext);
        taskStackBuilder.addNextIntent(intent);

        return taskStackBuilder.getPendingIntent(0, 0, null, userHandle);
        return taskStackBuilder.getPendingIntent(0, PendingIntent.FLAG_IMMUTABLE, null, userHandle);
    }

    /**