Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Bypass restrictions on non-SDK interfaces.

- Fast: no I/O, initializing faster than HiddenApiBypass.
- Safe: no `Unsafe`.
- Unreliable: can be blocked as easily as meta-reflection.
- Unreliable: can be blocked as easily as meta-reflection and cannot be used to access core platform api if [core platform api restriction](https://android.googlesource.com/platform/art/+/refs/tags/android-security-16.0.0_r4/runtime/runtime.cc#1730) is enabled in future Android releases.

## How it works

Expand Down