Loading practice questions
What is the purpose of the Android Manifest file (AndroidManifest.xml)?
Correct Answer: C — Defines the app's structure and permissions
Explanation:
The AndroidManifest.xml file is essential for defining the components of the app, such as Activities, Services, and Broadcast Receivers. It also specifies permissions, app features, and settings needed for proper app functionality.