views:

52

answers:

0

Hi,

I am trying to use an alarm to set my widget layout after some minutes. Everything works correctly in normal situation but, if I try to delete the process of my application ( simulating a system kill) after the alarm is set, then no alarm is executed. Why? From documentation it seems that alarms are executed by AlarmManager service...so it should work. I have tried both with Receivers and with Services with no luck.

Thanks

Tobia Loschiavo