Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
onCreate
Method · 0.95
onUpdateAvailable
Method · 0.95
onReceive
Method · 0.95
Calls
1
getCorePath
Method · 0.95
Tested by
no test coverage detected