LinkedContactConstants.COMPOSE_SN_MENU_GROUP);
} else if (args[0].equals("menu-invoked")) {
// Create a new instance of the application and make the
// currently
// running thread the application's event dispatch thread.
final Application app = new ContactLinkingDemo(true);
app.enterEventDispatcher();
}
} else {
// Create a new instance of the application and make the currently
// running thread the application's event dispatch thread.
final Application app = new ContactLinkingDemo(false);
app.enterEventDispatcher();
}
}