The AlarmManager setRepeating() methods include parameters for 1. when it starts, and 2. how often it repeats.
http://developer.android.com/reference/android/app/AlarmManager.html On Feb 25, 11:37 am, Jake Colman <[email protected]> wrote: > If I create an alarm on a repeat interval of, say, 60 minutes, will it > trigger upon creation and then every 60 minutes thereafter or only > trigger when the interval has elapsed? > > -- > Jake Colman -- Android Tinkerer -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

