I want a service to run all the time in my application. So I want to restart it even if it is force closed by user. There is definitely a way to do it as apps like facebook
on the service's startCommand method return START_STICKY. generally it tell the OS to start the service when it is killed.