Question: What is the use of AndroidManifest.xml file?
- It describes the component of the application
- It declares the minimum level of the android API that the application requires
- It facilitates to provide a uinque name for the application by specifying package name
- All of the above
Answer: The correct answer of the above question is Option A:It describes the component of the application