MCPcopy Index your code
hub / github.com/cSploit/android / isCoreInstalled

Method isCoreInstalled

cSploit/src/org/csploit/android/core/System.java:969–971  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

967 }
968
969 public static boolean isCoreInstalled() {
970 return new File(getCorePath() + "/VERSION").exists();
971 }
972
973 public static boolean isCoreInitialized() {
974 return mCoreInitialized;

Callers 3

onCreateMethod · 0.95
onUpdateAvailableMethod · 0.95
onReceiveMethod · 0.95

Calls 1

getCorePathMethod · 0.95

Tested by

no test coverage detected