Skip to content
/ AlwaysOn Public
forked from henrylilei/AlwaysOn

An example of how to run an Android service in the background even when the user kills the app.

Notifications You must be signed in to change notification settings

e-cli/AlwaysOn

 
 

Repository files navigation

AlwaysOn

A template for how to resurrect/keeps running an Android service in the background even when the user kills the service.

This template has the following four ways to revive the service,

  1. User starts the app again.
  2. User presses power key to turn on the screen.
  3. User restarts the phone.
  4. 10 seconds passed after anything/anyone kills our service.

Here is a detailed explanation on the project.

About

An example of how to run an Android service in the background even when the user kills the app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%