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

Commit 7608cef9 authored by Tyler Gunn's avatar Tyler Gunn Committed by Android (Google) Code Review
Browse files

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

parents ffd7f93e 03b090ed
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);
    }

    /**