Begining with API 19 (KITKAT), alarm delivery is inexact.
The OS will shift alarms in order to minimize wakeups and battery use.
The new API setExact(int, long, PendingIntent) will support applications which
need strict delivery guarantees.
Applications whose targetSdkVersion is earlier than API 19 will continue to see
the previous behavior in which all alarms are delivered exactly when requested.
Original issue reported on code.google.com by lemordan...@gmail.com on 19 Feb 2015 at 2:41
Original issue reported on code.google.com by
lemordan...@gmail.com
on 19 Feb 2015 at 2:41