1.

What is the purpose of AndroidManifest.xml file?

Answer»

It is the FOUNDATION for any Android application. It will be in app module’s src/main/ directory for Android Studio projects. This file contains information of application package, INCLUDING components of the application such as activities, services, broadcast receivers, content providers etc. It performs some other tasks also: It is responsible to protect the application to ACCESS any protected parts by provision of permissions.



Discussion

No Comment Found

Related InterviewSolutions