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

Commit 67cb295d authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Use FLAG_IMMUTABLE" into pi-dev am: 8e773e93 am: d9d3140d

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

Change-Id: I545c4889688c31389c16034063850a0a8e19d642
parents 8f9dab03 d9d3140d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2822,7 +2822,8 @@ public class ServiceStateTracker extends Handler {
                    AlarmManager am = (AlarmManager) context.getSystemService(Context.ALARM_SERVICE);

                    Intent intent = new Intent(ACTION_RADIO_OFF);
                    mRadioOffIntent = PendingIntent.getBroadcast(context, 0, intent, 0);
                    mRadioOffIntent = PendingIntent.getBroadcast(
                            context, 0, intent, PendingIntent.FLAG_IMMUTABLE);

                    mAlarmSwitch = true;
                    if (DBG) log("Alarm setting");