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 { ...@@ -35,7 +35,11 @@ public class ReflectionUtils {
public static boolean passApiCheck() { public static boolean passApiCheck() {
try { try {
addReflectionWhiteList("Landroid/", "Lcom/android/"); addReflectionWhiteList("Landroid/",
"Lcom/android/",
"Ljava/lang/",
"Ldalvik/system/",
"Llibcore/io/");
return true; return true;
} catch (Throwable throwable) { } catch (Throwable throwable) {
throwable.printStackTrace(); 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