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

Commit 56cfa244 authored by Christopher Tate's avatar Christopher Tate
Browse files

Temporary stay of execution

Change-Id: I5d3b4213233f6326a8f7ee4891f1f71539649b8d
parent 2841e0af
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -258,11 +258,13 @@ public class AlarmManager
    private void setImpl(int type, long triggerAtMillis, long windowMillis, long intervalMillis,
            PendingIntent operation) {
        if (triggerAtMillis < 0) {
            /* NOTYET
            if (mAlwaysExact) {
                // Fatal error for KLP+ apps to use negative trigger times
                throw new IllegalArgumentException("Invalid alarm trigger time "
                        + triggerAtMillis);
            }
            */
            triggerAtMillis = 0;
        }
        try {