Multiple choice

What is the use of AndroidManifest.xml present in res folder?

  1. To modify the application permissions

  2. To add media files(images)

  3. To change layout or graphical view

  4. To provide pointers to drawable, layout and values directory

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

AndroidManifest.xml present in res folder is used to modify the application permissions, activities and intent fillters.