What is the use of AndroidManifest.xml file?
-  It describes the component of the application
-  It declares the minimum level of the android API that the application requires
-  It facilitates to provide a uinque name for the application by specifying package name
-  All of the above