Android service killed

Posted by Erdal on Stack Overflow See other posts from Stack Overflow or by Erdal
Published on 2010-06-15T01:09:16Z Indexed on 2010/06/15 1:12 UTC
Read the original article Hit count: 343

Filed under:
|
|

I have a Service running in the same process as my Application.

Sometimes the Android OS decides to kill my service (probably due to low memory).

My question is: does my Application get killed along with the Service? or how does it work exactly?

Thanks!

© Stack Overflow or respective owner

Related posts about android

Related posts about application