I have this code which have always worked until today:
// primo accesso
Intent previewMessage = new Intent(getParent(), InventarioNoPassword.class);
TabGroupActivity parentActivity = (TabGroupActivity)getParent();
finish();
parentActivity.startChildActivity("InventarioNoPassword", previewMessage);
when i go into the InventarioNoPassword, the app go but it close itself in about one second. don't know why. i'm working in a tabgroup. better: my app is with tab, and one tab is tabgroup. this code is in the first activity launched by tabgroup
