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

Commit 4d989de3 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 am: 23c0c88b

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

Change-Id: I6b5c1343b2bce13328f14ff871445c17e2e6a810
parents cba70997 23c0c88b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1005,7 +1005,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)