Re: [android-beginners] Using AlarmManager for more than one alarm

2009-12-15 Thread Adam Olsen
Sorry to bump this, but I'm wondering if anyone saw the email. On Fri, Dec 11, 2009 at 2:05 PM, Adam Olsen arol...@gmail.com wrote: Take, for example, the built in Alarm application.  You are able to set multiple alarms in it, and the phone will wake up for each of them to alert you. In a

[android-beginners] Using AlarmManager for more than one alarm

2009-12-13 Thread Adam Olsen
Take, for example, the built in Alarm application. You are able to set multiple alarms in it, and the phone will wake up for each of them to alert you. In a situation like that, I imagine the PendingIntent for each alarm would look very similar: Intent intent = new Intent(this,