Commit 4825a173 authored by swift_gan's avatar swift_gan

error version filter

parent 32c6facb
......@@ -324,7 +324,7 @@ public class SandHook {
//disable JIT/AOT Profile
public static boolean tryDisableProfile(String selfPackageName) {
if (SandHookConfig.SDK_INT <= Build.VERSION_CODES.N)
if (SandHookConfig.SDK_INT < Build.VERSION_CODES.N)
return false;
try {
File profile = new File("/data/misc/profiles/cur/" + SandHookConfig.curUse + "/" + selfPackageName + "/primary.prof");
......
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