I have written a service in Android which seems to be working fine and till the time its 'Process' is alive, as soon as its process is killed service doesn't do any operation even if it is alive. Through phone "Apps" menu I can see that service stays alive, it shows "Process 0 Service 1".
I tried almost everything like service, intent-service, binding the service, sticky service, tried to run service on another thread but no use.
Can anybody guide me into this?
Thanks in advance, Prasad.