[android-developers] Re: How to use AlarmManager on Dialog?

2012-04-03 Thread Ali Chousein
Reading your code I understand that you need to grasp better how AlarmManager works. I would advice you to study the AlarmManager samples which come with the SDK installation. Search in them for AlarmManager and you'll find examples showing how to set alarms properly.

[android-developers] Re: How to use AlarmManager on Dialog?

2012-04-03 Thread Michael Chan
Hi, 'new Intent(com.siitne.candelaria.notificationSystem.AvisoReceiver.class)' is not valid Intent unless com.siitne.candelaria.notificationSystem.AvisoReceiver.class is valid action. Can you try sending the intent from onClick() and make sure that works first? Thanks, Mike -- You received