Android Application Development (AND-401) — Question 70
What is not true about the AndroidManifest.xml file?
Answer options
- A. It declares the views used within the application
- B. It declares user permissions the application requires
- C. It declares application components
- D. It declares hardware and software features used within the application
Correct answer: A
Explanation
The correct answer is A because the AndroidManifest.xml file does not declare views; it focuses on metadata such as permissions, components, and features. Options B, C, and D accurately describe the purposes of the AndroidManifest.xml file.