stuff.mit.edu/afs/sipb/project/android/docs/guide/topics/manifest/manifest-intro.html

 

The AndroidManifest.xml File | Android Developers

Every application must have an AndroidManifest.xml file (with precisely that name) in its root directory. The manifest presents essential information about the application to the Android system, information the system must have before it can run any of the

stuff.mit.edu

Every application must have an AndroidManifest.xml file (with precisely that name) in its root directory. The manifest presents essential information about the application to the Android system, information the system must have before it can run any of the application's code.

 

모든 애플리케이션은 루트 디렉토리에 AndroidManifest.xml 파일 (정확히 해당 이름)이 있어야합니다. 매니페스트는 애플리케이션에 대한 필수 정보를 Android 시스템에 제공합니다. 애플리케이션의 코드를 실행하려면 시스템이 가져야하는 정보입니다.

 

필수 정보에 대한 내용은 다음과 같습니다 .

 

1. 자바 패키지 네임 

2. 컴포넌트에 대한 기술(액티비티 ,서비스 ,컨텐트 프로파이더 ,브로드캐스트 리시버) 

3. API 최소 레벨 

4. 권한에 대한 정보 

.

.

.

 

나머진 쓰면서 터득하자 .. 

 

 

+ Recent posts