If we have two activities:
A user selects a file from the list and is taken
in main:
@Override public void onRestart() { super.onRestart(); finish(); startActivity(getIntent()); }