Ross ROSS = Recommend OSS · open-source software intelligence for agents

xingda920813/HelloDaemon

Android 服务保活/常驻 (Android service daemon using JobScheduler) observed · 2026-08-28

github.com/xingda920813/HelloDaemon · Java · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3671
  • days_rel: n/a
  • days_push: 2713
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2297 stars · 445 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

An Android library and demo project that keeps a background service alive using techniques like silent foreground services, START_STICKY, broadcast receivers, and JobScheduler/AlarmManager watchdogs. It also includes intents to guide users into whitelisting the app on Chinese OEM power-management systems like EMUI and MIUI.

Use cases

  • keep an android background service running persistently
  • restart a killed service automatically on android
  • survive force stop and task removal for a core service
  • adapt service keep-alive for huawei xiaomi and other chinese roms
  • schedule a watchdog to revive a dead service with jobscheduler
  • guide users to disable battery optimization for the app

When to choose

  • you need a persistent service for a core feature like step counting or music playback
  • you target older android versions where keep-alive tricks still work
  • you want a reference implementation of many non-native keep-alive strategies in one place

When to avoid

  • you target android 8+ where background execution limits make these tricks unreliable
  • play store policy compliance matters, since service keep-alive can violate policies
  • you need a maintained library with recent updates

Facets

library · maturity abandoned

sdk concurrency scheduling android-tools mobile-development developer-tools service-keep-alive daemon jobscheduler alarmmanager foreground-service chinese-oem-adaptation java android

1 source

Member repositories

RepositoryRoleHealth v2
xingda920813/HelloDaemonmain32

For agents

markdown · JSON · MCP: product_card(name="xingda920813/HelloDaemon")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem