I have this question about services in Android, and how to prevent immediate restart of the service if the activity is swept away in task manager ( when you hold home button).
I want a service to be persistent and have it's own process and memory image, so when my activity shut's down, in this case swept away from task switcher, the service won't restart...
Could anybody show me some tutorials and sites explaining how to solve this problem?