Briefing Android Knowledge

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

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

A.
Add a <uses-permission> tag as a child tag of the <manifest> tag in AndroidManifest.xml

B.
Add a <add-permission> tag as a child tag of the <manifest> tag in AndroidManifest.xml.

C.
Add a <uses-permission> tag as a child tag of the <application> tag in AndroidManifest.xml.

D.
add a <permission> tag as a child tag of the <application> tag in AndroidManifest.xml