Android Application Development (AND-401) — Question 70

What is not true about the AndroidManifest.xml file?

Answer options

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.