Solved

Which of the Following Is the Correct Way to Add

Question 157

Multiple Choice

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

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions