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:

Verified
Correct Answer:
Verified
Q152: What does the following code do? dialog.getWindow().setFlags(LayoutParams.FLAG_BLUR_BEHIND,
Q153: What is the name of the class
Q154: Which of the following methods invoke a
Q155: Which of the following is NOT true
Q156: When is the intent resolution process triggered?<br>A)
Q158: android:scheme is added in which of the
Q159: What method you should override to use
Q160: Which of the following is a NOT
Q161: Which of the following functions does not
Q162: How to enable JavaScript in WebView?<br>A) myWebView.