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

Commit 78047c23 authored by Suprabh Shukla's avatar Suprabh Shukla Committed by android-build-merger
Browse files

Merge "Use ISE to indicate alarm limit" into qt-dev am: be500401

am: 3a0c0899

Change-Id: I0216bc8513c7161734e7da01ca4c7d2cd22864e9
parents 7018dac5 3a0c0899
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1763,7 +1763,7 @@ class AlarmManagerService extends SystemService {
                                + ", callingPackage: " + callingPackage;
                // STOPSHIP (b/128866264): Just to catch breakages. Remove before final release.
                Slog.wtf(TAG, errorMsg);
                throw new UnsupportedOperationException(errorMsg);
                throw new IllegalStateException(errorMsg);
            }
            setImplLocked(type, triggerAtTime, triggerElapsed, windowLength, maxElapsed,
                    interval, operation, directReceiver, listenerTag, flags, true, workSource,