Valid AND-401 Dumps shared by ExamDiscuss.com for Helping Passing AND-401 Exam! ExamDiscuss.com now offer the newest AND-401 exam dumps, the ExamDiscuss.com AND-401 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com AND-401 dumps with Test Engine here:
Which Android permission you should add to allow your application to read the device's address book?
Correct Answer: D
Explanation/Reference: To do any type of search of the Contacts Provider, your app must have READ_CONTACTS permission. To request this, add this <uses-permission> element to your manifest file as a child element of <manifest>: <uses-permission android:name="android.permission.READ_CONTACTS" /> References: http://developer.android.com/training/contacts-provider/retrieve-names.html