AND-401 Exam QuestionsBrowse all questions from this exam

AND-401 Exam - Question 25


Which of the following is a correct Android Manifest statement?

Show Answer
Correct Answer: C

The correct Android Manifest statement for requesting permissions must use the exact name attribute for the permission. The correct syntax should be <uses-permission android:name="android.permission.INTERNET"/>. Option C closely follows this correct format, although it should ideally be self-closing. Nevertheless, it correctly specifies the full permission string, which is crucial. Options A, B, and D have errors in the attribute values or formatting which make them incorrect.

Discussion

2 comments
Sign in to comment
MmadiOption: D
Dec 31, 2022

D. <uses-permission android:name ="android. permission .Internet"/>

datvt2412Option: C
Mar 29, 2024

C. <uses-permission android:name ="android. permission.Internet"/>