My app shows a signup activity the first time the user runs the app, looks like:
Just call this.finish() before startActivity(intent) like this-
Intent intent = new Intent(ActivityOne.this, ActivityTwo.class); this.finish(); startActivity(intent);