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

Method isInitialized

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

Source from the content-addressed store, hash-verified

963 }
964
965 public static boolean isInitialized(){
966 return mInitialized;
967 }
968
969 public static boolean isCoreInstalled() {
970 return new File(getCorePath() + "/VERSION").exists();

Callers 2

runMethod · 0.95
onCreateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected