All Exams
Login
Home
Exams
AndroidATC
AND-402
Question 6 of 107
Permissions can be added inside -
A.
AndroidManifest.xml.
B.
Layout.xml file
C.
Res folder
D.
Bin folder
Answer
Discussion
Correct Answer: A
Question 7 of 107
Which XML tag is used to make use of protected features of the device?
A.
<uses sdk>
B.
<uses""permission>
C.
<application>
D.
<permission>
Answer
Discussion
Correct Answer: B
Question 8 of 107
Application can send permissions programmatically.
A.
Depends on developer
B.
Yes but not all times
C.
No
D.
Yes
Answer
Discussion
Correct Answer: D
Question 9 of 107
Which of the following is the only Android application component which interacts with user?
A.
Activity
B.
Service
C.
Content Provider
D.
broadcast Receivers
Answer
Discussion
Correct Answer: A
Question 10 of 107
When are permissions enforced in Activities?
A.
When they launched by Context.startActivity() or Context.startActivityFor Result().
B.
When method Context.enforcepermission() is called.
C.
When method Context.stopActivity() is called.
D.
When Context.checkPermission() is called.
Answer
Discussion
Correct Answer: A
Prev page
Prev
Next page
Next