Commit 65d98939 authored by swift_gan's avatar swift_gan Committed by swift_gan

tweak api bypass

parent 61d76539
......@@ -35,7 +35,11 @@ public class ReflectionUtils {
public static boolean passApiCheck() {
try {
addReflectionWhiteList("Landroid/", "Lcom/android/");
addReflectionWhiteList("Landroid/",
"Lcom/android/",
"Ljava/lang/",
"Ldalvik/system/",
"Llibcore/io/");
return true;
} catch (Throwable throwable) {
throwable.printStackTrace();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment