Add the FLAG_ACTIVITY_NEW_TASK Intent flag to the code below.
val intent = Intent(this, MainActivity::class.java)
// here
startActivity(intent)Add the FLAG_ACTIVITY_NEW_TASK Intent flag to the code below.
val intent = Intent(this, MainActivity::class.java)
// here
startActivity(intent)Create a free account to access the full topic