Exam AND-401 All QuestionsBrowse all questions from this exam
Question 64

Which Android permission you should add to allow your application to read the device’s address book?

    Correct Answer: D

    To allow your application to read the device’s address book, you should add the READ_CONTACTS permission. This permission grants access to read the user's contacts data. The correct element to add in the manifest file is <uses-permission android:name="android.permission.READ_CONTACTS" />.

Discussion
MmadiOption: D

D. READ_CONTACTS