If we have two activities:
A user selects a file from the list and is taken
The think best way to to it is using
Intent i = new Intent(this.myActivity, SecondActivity.class); startActivityForResult(i, 1);