Exam AND-401 All QuestionsBrowse all questions from this exam
Question 4

Which configuration file holds the permission to use the internet?

    Correct Answer: D

    The configuration file that holds the permission to use the internet is the Manifest file. In Android development, the AndroidManifest.xml file is used to declare permissions like INTERNET, which are necessary for the app to access the internet. Layout files, property files, and Java source files do not serve the function of declaring application permissions.

Discussion
MmadiOption: D

D. Manifest file