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

Commit 19881c2a authored by Shuo Qian's avatar Shuo Qian Committed by Automerger Merge Worker
Browse files

Merge "Use FLAG_IMMUTABLE for InboundSmsHandler" into oc-dev am: 4b8325ee...

Merge "Use FLAG_IMMUTABLE for InboundSmsHandler" into oc-dev am: 4b8325ee am: 23c0c88b am: 4d989de3 am: 88ad99e8

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

Change-Id: I45980a4f59beef83f90f5eacfa64ef6dcc7dfda6
parents db9b5d41 88ad99e8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1039,7 +1039,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)