Google News
logo
Android - Quiz(MCQ)
What is contained in manifest.xml?
A)
Source code
B)
Permission that the application requires
C)
List of strings used in the app
D)
None of the above

Correct Answer :   Permission that the application requires


Explanation : The AndroidManifest.xml file contains information of your package, including components of the application such as activities, services, broadcast receivers, content providers, etc. It is responsible for protecting the application to access any protected parts by providing the permissions.

Advertisement