SyntaxFix
Write A Post
Hire A Developer
Questions
you have to add flag:
intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
or you will cause error with:
startActivity() from outside of an Activity context requires the FLAG_ACTIVITY_NEW_TASK
startActivity()
FLAG_ACTIVITY_NEW_TASK