There was an error while loading. Please reload this page.
1 parent 0f781ba commit 417f96fCopy full SHA for 417f96f
1 file changed
README.md
@@ -83,7 +83,7 @@ Replace `HiddenApiBypass` with `LSPass` if you do not want to use `Unsafe`.
83
```java
84
HiddenApiBypass.addHiddenApiExemptions(
85
"Landroid/content/pm/ApplicationInfo;", // one specific class
86
- "Ldalvik/system" // all classes in packages dalvik.system
+ "Ldalvik/system", // all classes in packages dalvik.system
87
"Lx" // all classes whose full name is started with x
88
);
89
```
0 commit comments