Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 554 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 554 Bytes

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.