안드로이드 Intent Flag

안드로이드 Intent Flag

1 주요 목록[ | ]

Intent.FLAG_ACTIVITY_REORDER_TO_FRONT 호출된 객체가 스택에 있으면 마지막 객체를 Top으로
Intent.FLAG_ACTIVITY_CLEAR_TOP 스택에 있으면 그것+상위 객체를 CLEAR 후 다시 생성하여 호출
Intent.FLAG_ACTIVITY_CLEAR_TOP | Intent.FLAG_ACTIVITY_SINGLE_TOP 스택에 있으면 상위 객체를 CLEAR
Intent.FLAG_ACTIVITY_NEW_TASK 서비스 또는 브로드캐스트리시버에서 액티비티 호출시

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}