MCPcopy Create free account
hub / github.com/M66B/NetGuard / hasXposed

Method hasXposed

app/src/main/java/eu/faircode/netguard/Util.java:456–463  ·  view source on GitHub ↗
(Context context)

Source from the content-addressed store, hash-verified

454 }
455
456 public static boolean hasXposed(Context context) {
457 if (true || !isPlayStoreInstall(context))
458 return false;
459 for (StackTraceElement ste : Thread.currentThread().getStackTrace())
460 if (ste.getClassName().startsWith("de.robv.android.xposed"))
461 return true;
462 return false;
463 }
464
465 public static boolean ownFault(Context context, Throwable ex) {
466 if (ex instanceof OutOfMemoryError)

Callers 6

onCreateMethod · 0.95
onNewIntentMethod · 0.95
onResumeMethod · 0.95
onPauseMethod · 0.95
onDestroyMethod · 0.95

Calls 1

isPlayStoreInstallMethod · 0.95

Tested by

no test coverage detected