Alarm not working if application gets killed
Posted
by Tobia Loschiavo
on Stack Overflow
See other posts from Stack Overflow
or by Tobia Loschiavo
Published on 2010-04-21T09:08:40Z
Indexed on
2010/04/21
9:13 UTC
Read the original article
Hit count: 308
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.
Thanks
Tobia Loschiavo
© Stack Overflow or respective owner