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

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

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

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

Change-Id: Id1055ff3e95da5d8cefcb766c53ef5d59c9e45d5
parents 6757aa3b 8e773e93
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2772,7 +2772,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");