nerdexam
Android

AND-401 · Question #41

Which of the following is the correct way to add access permission to your application?

The correct answer is A. Add a <uses-permission> tag as a child tag of the <manifest> tag in AndroidManifest.xml. See the full explanation below for the reasoning.

Question

Which of the following is the correct way to add access permission to your application?

Options

  • AAdd a <uses-permission> tag as a child tag of the <manifest> tag in AndroidManifest.xml
  • BAdd a <add-permission> tag as a child tag of the <manifest> tag in AndroidManifest.xml.
  • CAdd a <uses-permission> tag as a child tag of the <application> tag in AndroidManifest.xml.
  • Dadd a <permission> tag as a child tag of the <application> tag in AndroidManifest.xml

How the community answered

(38 responses)
  • A
    82% (31)
  • B
    11% (4)
  • C
    5% (2)
  • D
    3% (1)

Community Discussion

No community discussion yet for this question.

Full AND-401 Practice