I have an application that schedules Alarm notifications every x
minutes. The Alarm notification starts an IntentService which acquires
a WakeLock, launches another Service and releases the WakeLock. This
second service does some background processing and self stops.
The notifications and the services work well as designed.

When the application itself is force killed using Advanced Task
Killer, the Alarm notifications are never  received again. What
happens to the PendingIntent that causes the Alarm notifications if
the application that created the PendingIntent is force killed?

How do I recover from a situation where the application has been force
killed?

Best Wishes
Kishore

Moderators:
Not sure if this is a duplicate post, as I received an error message
when I tried to post this message a few seconds back. Please ignore
this if you already received the earlier post.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to