MCPcopy 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

onCreateMethod · 0.95
onCreateMethod · 0.95

Calls 1

addMethod · 0.45

Tested by

no test coverage detected