summaryrefslogtreecommitdiffstats
path: root/samples/browseable/BasicContactables/_index.jd
diff options
context:
space:
mode:
Diffstat (limited to 'samples/browseable/BasicContactables/_index.jd')
-rw-r--r--samples/browseable/BasicContactables/_index.jd13
1 files changed, 6 insertions, 7 deletions
diff --git a/samples/browseable/BasicContactables/_index.jd b/samples/browseable/BasicContactables/_index.jd
index a947004a2..f5bb3fce4 100644
--- a/samples/browseable/BasicContactables/_index.jd
+++ b/samples/browseable/BasicContactables/_index.jd
@@ -5,10 +5,9 @@ page.tags="BasicContactables"
sample.group=Content
@jd:body
-<p>
-
- This sample demonstrates how to use the Contactables table to search for contacts.
- \n\nQuery strings sent to the Contactables table will match both contact names and phone numbers,
- reducing the number of queries your application needs to use when searching the contacts database!
-
- </p>
+<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>