Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vvb2060 committed Jan 24, 2025
1 parent 17f3207 commit 224b990
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
# AndroidHiddenApiBypass

[![Android CI status](https://github.com/LSPosed/AndroidHiddenApiBypass/actions/workflows/android.yml/badge.svg?branch=main)](https://github.com/LSPosed/AndroidHiddenApiBypass/actions/workflows/android.yml)
![](https://img.shields.io/badge/Android-1.0%20--%2016-blue.svg)
![](https://img.shields.io/maven-central/v/org.lsposed.hiddenapibypass/hiddenapibypass.svg)

Bypass restrictions on non-SDK interfaces.

## Why AndroidHiddenApiBypass?

- Pure Java: no native code used.
- Reliable: does not rely on specific behaviors, so it will not be blocked like meta-reflection or `dexfile`.
- Stable: `unsafe`, art structs and `setHiddenApiExemptions` are stable APIs.
- Stable: `unsafe` and `setHiddenApiExemptions` are stable APIs. We will be [noticed](https://github.com/LSPosed/AndroidHiddenApiBypass/issues/52) by Google before the art structs changes.

[How it works (Chinese)](https://lovesykun.cn/archives/android-hidden-api-bypass.html)

Expand Down

0 comments on commit 224b990

Please sign in to comment.