Android Closing Activity Programmatically
you can use this.finish() if you want to close current activity.
this.finish()
What about the Activity.finish()
method (quoting) :
Call this when your activity is done and should be closed.
you can use this.finish() if you want to close current activity.
this.finish()
What about the Activity.finish()
method (quoting) :
Call this when your activity is done and should be closed.