Multiple choice What is the use of AndroidManifest.xml present in res folder? To modify the application permissions To add media files(images) To change layout or graphical view 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.