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

Commit 0aaaf7a3 authored by Shuo Qian's avatar Shuo Qian Committed by Automerger Merge Worker
Browse files

Merge "Add PendingIntent.FLAG_IMMUTABLE into InstallCarrierAppUtil" am: 18c34c94 am: a539d5cc

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I4842ac5803c11ffd07025df8157ec6d30248cc29
parents 9ae384c0 a539d5cc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -125,7 +125,7 @@ public class InstallCarrierAppUtils {
                context,
                0,
                ShowInstallAppNotificationReceiver.get(context, pkgName),
                0);
                PendingIntent.FLAG_IMMUTABLE);
        alarmManager.set(AlarmManager.ELAPSED_REALTIME,
                SystemClock.elapsedRealtime() + delayMillis,
                pendingIntent);