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

A.
Add a <uses-permission> tag as a child tag of the <manifest> tag in AndroidManifest.xml.
B.
Add a <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.
Explanation:
I agree with the answer. A