SyntaxFix
Write A Post
Hire A Developer
Questions
What actually worked for me in the end was this:
Intent myIntent = new Intent(getBaseContext(), MainActivity.class); myIntent.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP); startActivity(myIntent);