Search code examples
androidserviceboot

How to start service on device boot and on application start


I need service, which will be started on device boot, also I need to start that service if user start application manually.

This service have to be alive on background, even if user kill application with Task Killer, etc.

Any answer is apprecitiated.


Solution

  • To get a callback when the device starts, check this post.

    Start a Service in foreground if you want it to survive even when the device is low on memory. Read more on this.