AND-401 Exam QuestionsBrowse all questions from this exam

AND-401 Exam - Question 4


Which configuration file holds the permission to use the internet?

Show Answer
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

1 comment
Sign in to comment
MmadiOption: D
Dec 31, 2022

D. Manifest file