mirror of
https://github.com/M66B/NetGuard.git
synced 2024-12-25 09:21:14 +00:00
Disable Xposed check
This commit is contained in:
parent
42741181b3
commit
a5910a6a41
1 changed files with 1 additions and 1 deletions
|
@ -429,7 +429,7 @@ public class Util {
|
|||
}
|
||||
|
||||
public static boolean hasXposed(Context context) {
|
||||
if (!isPlayStoreInstall(context))
|
||||
if (true || !isPlayStoreInstall(context))
|
||||
return false;
|
||||
for (StackTraceElement ste : Thread.currentThread().getStackTrace())
|
||||
if (ste.getClassName().startsWith("de.robv.android.xposed"))
|
||||
|
|
Loading…
Reference in a new issue