[android-developers] Re: Do Alarms Trigger Upon Creation

2011-02-25 Thread Jake Colman
I'm an idiot. Thanks. :-) > "MQ" == Matt Quigley writes: MQ> The AlarmManager setRepeating() methods include parameters for MQ> 1. when it starts, and 2. how often it repeats. MQ> http://developer.android.com/reference/android/app/AlarmManager.html MQ> On Feb 25, 11:37 am, J

[android-developers] Re: Do Alarms Trigger Upon Creation

2011-02-25 Thread Matt Quigley
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 wrote: > If I create an alarm on a repeat interval of, say, 60 minutes, will it > t