Question 1 out of 3
What is the purpose of the AndroidManifest.xml file in an Android app?
To declare the app's permissions and components
The AndroidManifest.xml file contains essential information about the app, including its permissions, components, and hardware requirements.
Added to