Files
android_development/samples/browseable/BasicContactables/_index.jd
quddusc 3943cdc962 Updated browsable sample descriptions.
Change-Id: I21e3dfacb4bc1acfbe3b17c5f8001ee758f9eec2
2013-10-30 20:51:43 -07:00

14 lines
443 B
Plaintext

page.tags="BasicContactables"
sample.group=Content
@jd:body
<p>This sample demonstrates how to use the
{@link android.provider.ContactsContract.Data} table to search for contacts.</p>
<p>The sample sends consolidated query strings to the
{@link android.provider.ContactsContract.Data} table to match both contact
names and phone numbers. This approach helps to reduce the number of
queries needed when searching the contacts database.</p>