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

D-clock/AndroidDaemonService

合理优雅的进程保活方式 observed · 2026-08-28

github.com/D-clock/AndroidDaemonService · Java observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases no_license

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: 3803
  • days_rel: n/a
  • days_push: 3734
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1605 stars · 357 forks observed · 2026-08-28

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

An Android library demonstrating reasonable and elegant approaches to process keep-alive (keeping app processes alive) in Java. It explicitly rejects 'immortal process' hacks and documents techniques like account sync adaptation and vendor whitelist behavior.

Use cases

  • keep my android app process alive in the background
  • prevent android service from being killed
  • implement daemon process on android
  • understand android process keep-alive strategies
  • keep music or sync service running when app is backgrounded

When to choose

  • maintaining or studying a legacy Android app that needs background persistence on old Android versions
  • learning how process keep-alive worked on pre-2017 Android

When to avoid

  • building a new Android app targeting modern Android versions where these techniques no longer work
  • you need a maintained library with a license and active support
  • you want battery-friendly background work (use WorkManager instead)

Facets

library · maturity abandoned

concurrency developer-tools android-tools mobile-development process-keep-alive android-service daemon background-process java android

1 source

Member repositories

RepositoryRoleHealth v2
D-clock/AndroidDaemonServicemain32

For agents

markdown · JSON · MCP: product_card(name="D-clock/AndroidDaemonService")

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