When i press a button in my app, I need to return to the last activity.
Any ideas?
You can spoof a up button call on back button press:
@Override public void onBackPressed() { onNavigateUp(); }