# anggrayudi/android-hidden-api

A library that provides access to Android hidden APIs and internal resources.

Repository: https://github.com/anggrayudi/android-hidden-api
Canonical: https://ross.abutalabs.com/products/android-hidden-api
Language: Java
License: Apache-2.0
License Family: permissive
Topics: android, android-framework, internal-resources, java, api
Last push: 2026-07-13T14:20:42+00:00

## Health v2 (maintenance only)
Score: 64/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 92, release rhythm 8, longevity 100
- inputs: {"age_days": 4004, "days_push": 51, "days_rel": 593, "gap_med": null, "n_releases_24m": 1}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3623, forks 650 (observed 2026-08-28T04:08:11.894124+00:00)

## What it is
A library and tooling project that provides access to Android hidden APIs (com.android.internal and @hide members) via a custom android.jar. It includes a hiddenjar CLI that builds a custom android.jar from a running emulator or device over adb, merging the full boot classpath.

## Use cases
- access android hidden apis in my app
- build a custom android.jar with internal resources
- compile against com.android.internal classes
- extract framework jars from an emulator over adb
- use hidden apis that moved to apex mainline modules
- replace android.jar in the sdk platforms directory

## When to choose
- you need to call @hide or com.android.internal APIs during development
- you want a jar generated for any API level from a live device or emulator
- you need hidden APIs from APEX/mainline modules beyond framework.jar

## When to avoid
- you only use public SDK APIs
- you need guaranteed API stability across Android versions
- you cannot run an emulator or connected device for jar generation

## Facets
- artifact type: library
- maturity: active
- function: sdk, developer-tools, cli
- domain: android-tools, developer-tools, mobile-development
- platform: cli, jvm, windows
- tags: hidden-api, android-jar, adb, dex-tools, android-sdk, android, macos, linux

## Member repositories
- anggrayudi/android-hidden-api (main) score 64

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:11.894124+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-29T18:31:56.716309+00:00, confidence not recorded.
  - readme: https://github.com/anggrayudi/android-hidden-api (fetched 2026-08-28T04:08:11.894124+00:00, sha 475037386261)
- Data as of 2026-08-30T08:39:29.467469+00:00.
