Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/cSploit/android
/ registerPlugin
Method
registerPlugin
cSploit/src/org/csploit/android/core/System.java:1090–1092 ·
view source on GitHub ↗
(Plugin plugin)
Source
from the content-addressed store, hash-verified
1088
}
1089
1090
public
static
void
registerPlugin(Plugin plugin){
1091
mPlugins.add(plugin);
1092
}
1093
1094
public
static
ArrayList<Plugin> getPlugins(){
1095
return
mPlugins;
Callers
2
onCreate
Method · 0.95
onCreate
Method · 0.95
Calls
1
add
Method · 0.45
Tested by
no test coverage detected