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

Commit 50191db1 authored by Christopher Tate's avatar Christopher Tate
Browse files

Allow NEXT_ALARM_CLOCK_CHANGED to launch manifest receivers

Bug 37452651
Test: manual

Change-Id: If74fe1baff956d8cd888fe40b521f2c0b852b3ee
parent f10a089f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -115,7 +115,8 @@ class AlarmManagerService extends SystemService {

    private static final Intent NEXT_ALARM_CLOCK_CHANGED_INTENT =
            new Intent(AlarmManager.ACTION_NEXT_ALARM_CLOCK_CHANGED)
                    .addFlags(Intent.FLAG_RECEIVER_REPLACE_PENDING);
                    .addFlags(Intent.FLAG_RECEIVER_REPLACE_PENDING
                            | Intent.FLAG_RECEIVER_INCLUDE_BACKGROUND);

    final LocalLog mLog = new LocalLog(TAG);