AND-401 Exam QuestionsBrowse all questions from this exam

AND-401 Exam - Question 70


What is not true about the AndroidManifest.xml file?

Show Answer
Correct Answer: A

The AndroidManifest.xml file does not declare the views used within the application. Instead, it primarily serves to provide essential information about the application to the Android system. This includes declaring user permissions required by the application, describing the application components such as activities, services, broadcast receivers, and content providers, and specifying hardware and software features used by the application. Views and the user interface components are defined in XML layout files, not in the AndroidManifest.xml file.

Discussion

1 comment
Sign in to comment
MmadiOption: A
Dec 31, 2022

A. It declares the views used within the application