Context context = getApplicationContext(); Intent intent = new Intent(context, Action.class); intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); context.startActivity(intent);
'About Programing > 05. Android' 카테고리의 다른 글
Android 내장 Calendar에서 일정 읽어 오기 (20) | 2011.02.01 |
---|---|
Android EditText의 InputType 설정값 (1) | 2011.01.07 |
Android에서 URI로 실제 파일 경로 가져오기 (16) | 2011.01.04 |
Activity Class나 View Class를 상속 받지 않는 Class의 startActivity() 함수 호출 (0) | 2011.01.04 |
Activity 생명 주기 (1) | 2011.01.02 |