nerdexam
Android

OA0-002 · Question #35

Which of these is the correct way to configure access permissions?

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 these is the correct way to configure access permissions?

Options

  • AAdd a <uses-permission> tag as a child tag of the <manifest> tag in AndroidManifest.xml.
  • BAdd a <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

(43 responses)
  • A
    79% (34)
  • B
    5% (2)
  • C
    12% (5)
  • D
    5% (2)

Community Discussion

No community discussion yet for this question.

Full OA0-002 Practice