Answers for "android close activity with result"

1

android startActivity and close all the others

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

Code answers related to "android close activity with result"

Browse Popular Code Answers by Language