How much delay is there when setting an inexact alarm via AlarmManager? [duplicate]
问题 This question already has an answer here : How inexact is setInexactRepeating() for AlarmManager? (1 answer) Closed 3 years ago . When using AlarmManager to set an alarm, there could be a delay in which the alarm is triggered some time after the specified time unless you set an exact alarm. Is there any guarantee on what the range of this delay could be? I want to be a responsible developer and not use exact times if the delay is not more than, say, one minute. But I can't find any