MCPcopy Create free account
hub / github.com/cSploit/android / onCreate

Method onCreate

cSploit/src/org/csploit/android/core/Plugin.java:97–103  ·  view source on GitHub ↗
(Bundle savedInstanceState)

Source from the content-addressed store, hash-verified

95 }
96
97 @Override
98 public void onCreate(Bundle savedInstanceState){
99 super.onCreate(savedInstanceState);
100 setTitle(System.getCurrentTarget() + " > " + getString( mNameStringId ) );
101 setContentView(mLayoutId);
102 getSupportActionBar().setDisplayHomeAsUpEnabled(true);
103 }
104
105 @Override
106 public boolean onOptionsItemSelected(MenuItem item){

Callers

nothing calls this directly

Calls 1

getCurrentTargetMethod · 0.95

Tested by

no test coverage detected