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

Method isAllowedTarget

cSploit/src/org/csploit/android/core/Plugin.java:71–77  ·  view source on GitHub ↗
(Target target)

Source from the content-addressed store, hash-verified

69 }
70
71 public boolean isAllowedTarget(Target target){
72 for(Target.Type type : mAllowedTargetTypes)
73 if(type == target.getType())
74 return true;
75
76 return false;
77 }
78
79 public boolean hasLayoutToShow(){
80 return mLayoutId != -1;

Callers 1

getPluginsForTargetMethod · 0.45

Calls 1

getTypeMethod · 0.45

Tested by

no test coverage detected