-1

Possible Duplicate:
Android: Go back to previous activity

I need go to previous activity without startActivity because I don't want open again the activity. Can I choose putting up or down activity according I need?

Thank's!

Community
  • 1
  • 1
Christian
  • 53
  • 1
  • 8

1 Answers1

1

Simply call finish().

Your activity will be closed and you will return to your previous activity.

Ion Aalbers
  • 7,830
  • 3
  • 37
  • 50