[android-developers] Re: local service getting killed

2009-02-01 Thread Guillaume Perrot
I posted in the linked discussion John, but it's not the point here. We're talking about services being killed by android then restarted. 2009/2/1 John Spurlock john.spurl...@gmail.com

[android-developers] Re: local service getting killed

2009-01-31 Thread Guillaume Perrot
Yes, i ran into the very same problem. From what I understood with documentation and logcat traces, I may be wrong for some details but here's the general idea: My background service (I use startService/stopService to handle an XMPP connection and notifying the user of events when no activity is

[android-developers] Re: local service getting killed

2009-01-31 Thread John Spurlock
http://groups.google.com/group/android-developers/browse_thread/thread/fa2848e31636af70/8d967c32df91a7d1?lnk=gstq=keeping+a+service+alive On Jan 30, 3:09 pm, brs bernhard.r.su...@gmail.com wrote: I have an app loosely based on the LocalService example from the SDK with a controller activity