# LSPosed/AndroidHiddenApiBypass

LSPass: Bypass restrictions on non-SDK interfaces

Repository: https://github.com/LSPosed/AndroidHiddenApiBypass
Canonical: https://ross.abutalabs.com/products/androidhiddenapibypass
Language: Java
License: Apache-2.0
License Family: permissive
Last push: 2026-06-05T08:23:31+00:00

## Health v2 (maintenance only)
Score: 71/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 86, release rhythm 35, longevity 100
- inputs: {"age_days": 1974, "days_push": 89, "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 2480, forks 484 (observed 2026-08-28T04:06:55.264075+00:00)

## What it is
A pure-Java Android library that bypasses restrictions on non-SDK (hidden) interfaces, offering two variants: HiddenApiBypass (Unsafe-based, reliable) and LSPass (faster, no Unsafe, but more easily blocked). It lets apps invoke restricted methods and constructors and enumerate hidden fields and methods.

## Use cases
- invoke restricted Android hidden APIs from Java
- call non-SDK methods blocked on Android 9+
- enumerate hidden methods and fields of an Android class
- bypass hidden API enforcement without native code
- access restricted constructors on newer Android versions

## When to choose
- you need reliable access to non-SDK interfaces on Android 10+ without native code
- you want a stable approach not relying on ART internals or meta-reflection
- you need to list all methods/fields of a class including restricted ones

## When to avoid
- you publish on Google Play and cannot disable dependencies info reporting
- you only need fast initialization and can tolerate future blocking (LSPass trade-offs)
- your target APIs are available through official SDK alternatives

## Facets
- artifact type: library
- maturity: active
- function: developer-tools, security
- domain: android-tools, developer-tools
- platform: -
- tags: hidden-api, non-sdk-interfaces, reflection, java, android

## Member repositories
- LSPosed/AndroidHiddenApiBypass (main) score 71

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:55.264075+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-30T02:28:15.347443+00:00, confidence not recorded.
  - readme: https://github.com/LSPosed/AndroidHiddenApiBypass (fetched 2026-08-28T04:06:55.264075+00:00, sha 8f217c5049c3)
- Data as of 2026-08-30T08:39:29.467469+00:00.
