Repeat Alarm Manager At Exact Interval in API=>19?
问题 I had a massive reading and still I think there is not a clear/complete Answer to this question. First some stuff to clarify : this question is not concern with battery saving on phone but more about precise timing and I Am a newbie in Android. Now let me explain the question in more depth. I have a Alarm manager that will invoke a toast (for simplicity) on given interval (every 2 minutes) manager.setRepeating(AlarmManager.RTC_WAKEUP,System.currentTimeMillis(), interval, pendingIntent); The