AND-401 Exam QuestionsBrowse all questions from this exam

AND-401 Exam - Question 64


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

Show Answer
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

1 comment
Sign in to comment
MmadiOption: D
Dec 31, 2022

D. READ_CONTACTS