fgkeepalive/AndroidKeepAlive
Android 保活方案,进程永生, 无权限自启动, 安装自启动,禁止卸载,后台弹出页面,体外弹出,现已全面支持安卓16! observed · 2026-08-28
Health v2 · maintenance only
68/100
- Activity 84
- Release rhythm 35
- Longevity 92
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: 1296
- days_rel: n/a
- days_push: 97
- n_releases_24m: 0
Adoption not part of the score
1345 stars · 190 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
An Android process keep-alive (daemon) library implemented with Linux-level techniques via C/JNI, claiming to keep apps alive even against force-stop, with auto-start on install/boot, background activity launching, icon hiding, and uninstall prevention. It is actively updated through Android 16, though the full demo is distributed privately via contact rather than as a fully open build.
Use cases
- keep an android app process alive after force stop
- auto-start app immediately after installation on android
- launch activity from background without permissions
- prevent android system from freezing background app
- hide app icon and task from recents on android
- survive device reboot with auto-start
- revive a killed android process within minutes
When to choose
- you need maximum process persistence on Android across OEM skins like MIUI and up to Android 16
- you need install-time or boot-time auto-start and background activity launching
- you need low-CPU, low-battery background persistence rather than music/1-pixel tricks
When to avoid
- your app targets Google Play distribution - the techniques (encrypted VM to evade code review, uninstall blocking) violate Play policy and risk removal
- you need a fully open-source, self-contained build - the core demo is gated behind private contact
- you only need standard foreground services or WorkManager-style background work
- ethical/legal constraints prohibit evading OS restrictions or user control
Facets
library · maturity active
sdk security concurrency android-tools mobile-development developer-tools jvm cpp android-keep-alive process-daemon auto-start anti-kill jni background-execution process-immortality android
1 source
- readme: https://github.com/fgkeepalive/AndroidKeepAlive · fetched 2026-08-28 · 6cd289de66b6
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| fgkeepalive/AndroidKeepAlive | main | 68 |
For agents
markdown · JSON · MCP: product_card(name="fgkeepalive/AndroidKeepAlive")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem