What was the content provider for accessing user contacts originally called?

a. ContactsContract

b. Contacts

c. ReadContacts

d. ContactList


b. Contacts
The content provider for accessing user contacts was originally called Contacts. Android 2.0 (API Level 5) introduced an enhanced contacts management content provider class called ContactsContract to manage the data available from a user’s contacts.

Computer Science & Information Technology

You might also like to view...

Which of the following statements are the same?

(A) x -= x + 4 (B) x = x + 4 - x (C) x = x - (x + 4) a. (A) and (B) are the same b. (A) and (C) are the same c. (B) and (C) are the same d. (A), (B), and (C) are the same

Computer Science & Information Technology

________ caching flushes data to disk immediately, ensuring it cannot be lost in the event of a system failure

a) Write-back b) Buffer c) Write-through d) Coherent

Computer Science & Information Technology

If you expose a low-key scene according to a reflected-light meter reading will you end up overexposing or underexposing the image?

What will be an ideal response?

Computer Science & Information Technology

Your company has an intrusion detection system (IDS) and firewall deployed on the perimeter of the network to detect attacks against internal resources. Yesterday, the IDS alerted you that SSL sessions are under attack using an older exploit against SSLv2. Your organization's Web server must use encryption for all financial transactions. You need to prevent this attack from being successful in

the future. What should you do? A. Block SSLv2 on the firewall. B. Block SSLv2 on the Web server. C. Disable SSLv2, and enable SSLv3 on the Web server. D. Update the Web server with the latest patches and updates.

Computer Science & Information Technology