I'm using AlarmManager to fire a PendingIntent after a certain period
of time. This leads to running of my IntentService.

- What happens if the PendingIntent fires, but my IntentService hasn't
completed its task ?
- If the IntentService is taking too long, will the android platform
kill it ?
- If the Android platform kills it, will the next PendingIntent invoke
this IntentService again ?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" 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-developers?hl=en

Reply via email to