If we have two activities:
A user selects a file from the list and is taken
If you want to refresh previous activity, this solution should work:
In previous activity where you want to refresh:
@Override public void onRestart() { super.onRestart(); // do some stuff here }