how to return to previous fragment activity
问题 Three fragment activities: MainFragmentActivity , Reports and ReportsType . Reports is calling ReportsType . There is a back button in ReportsType to go back with the following code: public void goBackReport(View v) { finish(); // why MainFragmentActivity.java is called after finish()? } But its always returning to MainFragmentActivity.java . But it should be Reports.java . UPDATE: Reports.java public void showReport(View v) { String tag = v.getTag().toString(); Intent i5 = new Intent(this,