Question: What is the use of AndroidManifest.xml file?

  1. It describes the component of the application
  2. It declares the minimum level of the android API that the application requires
  3. It facilitates to provide a uinque name for the application by specifying package name
  4. All of the above

Answer: The correct answer of the above question is Option A:It describes the component of the application