LSPosed/AndroidHiddenApiBypass
LSPass: Bypass restrictions on non-SDK interfaces observed · 2026-08-28
Health v2 · maintenance only
71/100
- Activity 86
- Release rhythm 35
- Longevity 100
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: 1974
- days_rel: n/a
- days_push: 89
- n_releases_24m: 0
Adoption not part of the score
2480 stars · 484 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
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
library · maturity active
developer-tools security android-tools developer-tools hidden-api non-sdk-interfaces reflection java android
1 source
- readme: https://github.com/LSPosed/AndroidHiddenApiBypass · fetched 2026-08-28 · 8f217c5049c3
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| LSPosed/AndroidHiddenApiBypass | main | 71 |
For agents
markdown · JSON · MCP: product_card(name="LSPosed/AndroidHiddenApiBypass")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem