Answers for "Calling startActivity() from outside of an Activity context requires the FLAG_ACTIVITY_NEW_TASK"

2

Calling startActivity() from outside of an Activity context requires the FLAG_ACTIVITY_NEW_TASK flag.

myIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
Posted by: Guest on January-12-2021

Code answers related to "Calling startActivity() from outside of an Activity context requires the FLAG_ACTIVITY_NEW_TASK"

Browse Popular Code Answers by Language