I\'m using the recommended approach for Up Navigation and my code looks like this:
@Override public boolean onOptionsItemSelected(MenuItem item) { switc
Add the following to your parent activity in the manifest file
android:launchMode="singleTop"
regarding to this answer