* If uninstall option given, uninstall and leave user data which is commanded to be left.
* Otherwise: if not installed, install. If installed, live. 9.
* @param args command line arguments
*/
private void applicationLifecycle(String[] args){
final NamedCaller nc=new NamedCaller() {
@Override
public String getName() {
try {
return abImplConstants.APP_NAME;
} catch (Throwable e) {