I\'m developing an application in android, where i\'m looking for a solution.
There is an Activity(say A1) from which by clicking a button, user goes to another Activit
Try this:
public void onBackPressed() { finish(); return; }