I'm new to Android. I'm making action bar with Up navigation. I see the tutorial referring to "NavUtils.navigateUpFromSameTask(this)" call in onOptionsItemSelected. But I see I don't need this code. The default operation from Android is OK, it navigates to the parent activity already.
Why do I need this code? Could you give me an explanation? Thank you.