Android Application Development (AND-401) — Question 4
Which configuration file holds the permission to use the internet?
Answer options
- A. Layout file
- B. Property file
- C. Java source file
- D. Manifest file
Correct answer: D
Explanation
The Manifest file is crucial for defining permissions, including internet access, in Android applications. The other options do not serve this purpose, as Layout files are for UI design, Property files typically manage configuration settings, and Java source files contain the application's code but not permission settings.