Android Application Development (AND-401) — Question 25

Which of the following is a correct Android Manifest statement?

Answer options

Correct answer: D

Explanation

The correct answer is D, which properly specifies the permission for Internet access in the Android Manifest. Option A is incorrect due to the wrong namespace, option B has an invalid format as it does not close properly, and option C is also incorrect because it lacks the proper syntax with spaces.