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

Commit 964759da authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 6492800 from ebc187d0 to rvc-release

Change-Id: I1f69bb7acad7d1f5a9b751ba463699b12d181acd
parents f7d8b925 ebc187d0
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2895,7 +2895,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");