It means your previous activity in stack when you start this activity. Add finish();
after the line in which you calling this activity.
In your all previous activity. when you start new activity like-
startActivity(I);
Add finish();
after this.