just give alternate entry point for menu item using.
ApplicationDescriptor app = ApplicationDescriptor
.currentApplicationDescriptor();
// set the argument so that we know which app we want to have launched
app = new ApplicationDescriptor(app,
new String[] { ARG_LAUNCH_CONTACT_DEMO });
and handle this alternate entry point in main method |