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

Commit c55f88dc authored by Shuo Qian's avatar Shuo Qian
Browse files

Add PendingIntent.FLAG_IMMUTABLE into InstallCarrierAppUtil

Test: Treehugger
Bug: 179409059
Change-Id: I3acceefb261eaea36d6eb357953ffdc4b01f9d8a
parent d72e8475
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);