kuldeeplodhi / rcsjta

Automatically exported from code.google.com/p/rcsjta
0 stars 0 forks source link

AlarmManager setExact Api update #95

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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