startActivity() from outside of an Activity context requires the FLAG_ACTIVITY_NEW_TASK flag 2019-12-22 Android, 笔记 startActivity() from outside of an Activity context requires the FLAG_ACTIVITY_NEW_TASK flag在使用Context的startActivity之前调用 1intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);