Add flags

Report a typo

Add the FLAG_ACTIVITY_NEW_TASK Intent flag to the code below.

val intent = Intent(this, MainActivity::class.java)
// here
startActivity(intent)
Enter a short text
___

Create a free account to access the full topic