Element : 위치 : 설명 manifest : root : 애플리케이션 패키지와 안드로이드 네임스페이스 정리 user-permission : root : 보안 권한 요청 permission : root : 보안 권한 설정 instrumentation : root : (다른 패키지) 기능 테스트를 위한 컴포넌트 정의 application : root : 애플리케이션, Class 이름, Lable, Icon, Theme(manifest 당 한개)등 을 정의 activity : application : activity class 정의 intent-fiter : activity : Activity 지원하는 Intent 설정. action : intent-filter : Intent Actio category : intent-filter : Intent category data : intent-filter : Intent MIME 타입, UR 스키마, URI 인증, URI 경로 정의 meta-data : activity : Componentinfo.metaData를 통해 접근 가능한 메타 데이터 receiver : root : Intent에 응답하는 Intent Receiver 정의. Intent-filter 자식들도 지원 service : root : BackGround Service 컴포넌트 정의. Intent-filter 자시들도 지원 provider : root : 다른 애플리케이션에서 접근 가능한 안정적인 데이터 관리를 우한 Content Provider 정의 |
'안드로이드' 카테고리의 다른 글
명시적 인텐트(Explicit Intent) (0) | 2011.01.17 |
---|---|
Intent (0) | 2011.01.17 |
애니메이션 기능 (0) | 2011.01.16 |
안드로이드 해상도 단위 정리 (0) | 2011.01.14 |
AlarmManager의 Alarm Types (0) | 2011.01.14 |