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

Commit 18c34c94 authored by Shuo Qian's avatar Shuo Qian Committed by Gerrit Code Review
Browse files

Merge "Add PendingIntent.FLAG_IMMUTABLE into InstallCarrierAppUtil"

parents d1c34f89 16a22cce
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);