Skip to content

Commit 7f75598

Browse files
authored
Update README.md
1 parent ae10277 commit 7f75598

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Bypass restrictions on non-SDK interfaces.
1212
- Reliable: does not rely on specific behaviors, so it will not be blocked like meta-reflection or `dexfile`.
1313
- Stable: does not rely on internal ART structures on Android 10+. `unsafe` and `setHiddenApiExemptions` are stable APIs.
1414

15-
# How it works
15+
## How it works
1616

1717
[Variant 1 (Chinese)](https://lovesykun.cn/archives/android-hidden-api-bypass.html)
1818

@@ -33,7 +33,7 @@ dependencies {
3333

3434
## Usage
3535

36-
This library has two variants of bypassing. Variant 1 is stable, while variant 2 is fast but maybe blocked in future Android releases. We recommend to use variant 1 for most usecases. Check `LSPass` class for API definition if you want to use variant 2.
36+
This library has two variants of bypassing. Variant 2 is faster than variant 1 but maybe blocked in future Android releases. We recommend to use variant 1 for most usecases. Check `LSPass` class for API definition if you want to use variant 2.
3737

3838
1. Invoke a restricted method:
3939
```java

0 commit comments

Comments
 (0)