Hi guys! I need to create a notification using the Notification Manager once an alarm goes off. For this, I'm using a BroadcastReceiver, but I haven't been able to use the NotificationManager in the code inside my BroadCastReceiver. What's the right way to do it? I also need to create a new alarm once the old alarm goes off. How do I create the new Alarm from my BroadcastReceiver? I try to use Intents, but apparently Intents can't be used inside classes that extend BroadcastReceiver.
Appreciate any help! Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

