I have noticed that if my background service crashes the system will
automatically restart the service after 5 seconds. This is great, but
I have noticed that only the onCreate method gets called and not the
onStart method. Does this mean the service is properly restarted or do
I need to do something special in the onCreate method to make sure it
is?

I did have my initialisation logic in the onCreate method and my
starting service logic in the onStart method but it looks like it will
all have to be in the onCreate method.

Many thanks,

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