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

Commit 982823e9 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Use FLAG_IMMUTABLE for InboundSmsHandler" into rvc-dev am: e7369b6f

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/opt/telephony/+/11414205

Change-Id: I618718139a8a7a42194be4f618d56b78f5fafe41
parents 9ac2040b e7369b6f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1109,7 +1109,7 @@ public abstract class InboundSmsHandler extends StateMachine {
            mContext,
            0,
            new Intent(ACTION_OPEN_SMS_APP),
            PendingIntent.FLAG_ONE_SHOT);
                PendingIntent.FLAG_ONE_SHOT | PendingIntent.FLAG_IMMUTABLE);
        Notification.Builder mBuilder = new Notification.Builder(mContext)
                .setSmallIcon(com.android.internal.R.drawable.sym_action_chat)
                .setAutoCancel(true)