Re: Fwd: [android-beginners] Alarm Manager

2009-07-02 Thread Veroland
on matching the intent and the flags in the last parameter, I found that the request code was used in the match-up. Setting unique request codes for each unique intent solved all my problems.  World peace will ensue. Best regards, Beth On Jul 1, 11:09 am, Veroland marius.ven...@gmail.com wrote

Re: Fwd: [android-beginners] Alarm Manager

2009-07-01 Thread Veroland
number. first time it works well... sends the sms on alarm but then if i set the alarm to send a different sms,it sends the previous sms. -- Forwarded message -- From: Veroland marius.ven...@gmail.com Date: Tue, Jun 30, 2009 at 3:53 PM Subject: [android-beginners] Alarm Manager

[android-beginners] Alarm Manager

2009-06-30 Thread Veroland
Hi I have 2 problems, I create a timer using AlarmManager and I set an Intent with certain values in the putExtra methods and then create the pendingIntent with this intent and call alamarmManager.set(RTC_Wakeup, time, pendingIntent) 1. The first time I do this everything works fine. The