I have only one activity and multiple fragments in my application.
activity
fragments
Two main fragment A(left) and B(right).
public void onBackPressed() { FragmentManager fm = getActivity().getSupportFragmentManager(); fm.popBackStack(); }