Question
Question 5: What's the purpose of the 'AndroidManifest.xml' file?
Asked by: USER2414
66 Viewed
66 Answers
Answer (66)
The `AndroidManifest.xml` file is a critical file in Android that describes the application's components, permissions, and other settings. It's the blueprint for how the app is structured and how it interacts with the operating system.