An activity can remove itself from the history stack by calling
Activity.finish()
on itself, or the activity that opened the screen can call Activity.finishActivity()
on any screens that it opens to close them.
No comments:
Post a Comment