# fgkeepalive/AndroidKeepAlive

Android 保活方案，进程永生, 无权限自启动, 安装自启动,禁止卸载,后台弹出页面,体外弹出,现已全面支持安卓16！

Repository: https://github.com/fgkeepalive/AndroidKeepAlive
Canonical: https://ross.abutalabs.com/products/androidkeepalive
Language: C
License: MIT
License Family: permissive
Topics: android, keep-alive, googleplaystore, androidkeepalive, daemon, java, jni, native
Last push: 2026-05-28T06:36:38+00:00

## Health v2 (maintenance only)
Score: 68/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 84, release rhythm 35, longevity 92
- inputs: {"age_days": 1296, "days_push": 97, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1345, forks 190 (observed 2026-08-28T04:04:27.352004+00:00)

## What it is
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
- artifact type: library
- maturity: active
- function: sdk, security, concurrency
- domain: android-tools, mobile-development, developer-tools
- platform: jvm, cpp
- tags: android-keep-alive, process-daemon, auto-start, anti-kill, jni, background-execution, process-immortality, android

## Member repositories
- fgkeepalive/AndroidKeepAlive (main) score 68

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:27.352004+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:42:45.239277+00:00, confidence not recorded.
  - readme: https://github.com/fgkeepalive/AndroidKeepAlive (fetched 2026-08-28T04:04:27.352004+00:00, sha 6cd289de66b6)
- Data as of 2026-08-30T08:39:29.467469+00:00.
