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

Commit eb4c69d8 authored by Christopher Tate's avatar Christopher Tate Committed by android-build-merger
Browse files

Merge "Allow NEXT_ALARM_CLOCK_CHANGED to launch manifest receivers" into oc-dev am: 1ddd4cb3

am: 906b2148

Change-Id: I4b213d45d02269dac3e3024f904c2b112c8ee755
parents 115a4d33 906b2148
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -119,7 +119,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);