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

Method isDebuggable

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

Source from the content-addressed store, hash-verified

439 }
440
441 public static boolean isDebuggable(Context context) {
442 return ((context.getApplicationContext().getApplicationInfo().flags & ApplicationInfo.FLAG_DEBUGGABLE) != 0);
443 }
444
445 public static boolean isPlayStoreInstall(Context context) {
446 if (BuildConfig.PLAY_STORE_RELEASE)

Callers 5

upgradeMethod · 0.95
isPurchasedMethod · 0.95
isPurchasedAnyMethod · 0.95
onPostCreateMethod · 0.95
sendCrashReportMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected