[Android] calling startactivity() from outside of an activity context requires the flag_activity_new_task flag. is this really what you want?
Intent로 다른 Activity를 실행하고자 할 때 발생하는 오류. startActivity(intent.addFlags(FLAG_ACTIVITY_NEW_TASK)); 상기 코드를 넣어주어 해결.