Hi all,

Our application is running a service periodically through AlarmManager
and PendingIntent. Each time the service runs, it sets a new
PendingItent for next run. I works fine but sometimes the service
stops for no reason.
- Could it come from PowerManager?
- Could the CPU goes off before the end of the service?
- Should we setup a WakeLock within the service to prevent from CPU to
go off?

Thanks for any advice.

-- 
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