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

Commit 16a22cce authored by Shuo Qian's avatar Shuo Qian Committed by sqian
Browse files

Add PendingIntent.FLAG_IMMUTABLE into InstallCarrierAppUtil

Test: Treehugger
Bug: 179409059
Change-Id: I3acceefb261eaea36d6eb357953ffdc4b01f9d8a
Merged-In: I3acceefb261eaea36d6eb357953ffdc4b01f9d8a
(cherry picked from commit c55f88dc)
(cherry picked from commit 1c19f644)
parent 201b7876
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);