Answers for "close activity in android"

1

android startActivity and close all the others

this.startActivity(Intent(this, HomeActivity::class.java))
this.finishAffinity()
Posted by: Guest on March-15-2021

Browse Popular Code Answers by Language