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.jd16
1 files changed, 7 insertions, 9 deletions
diff --git a/samples/browseable/BasicContactables/_index.jd b/samples/browseable/BasicContactables/_index.jd
index f5bb3fce4..8a0a506a3 100644
--- a/samples/browseable/BasicContactables/_index.jd
+++ b/samples/browseable/BasicContactables/_index.jd
@@ -1,13 +1,11 @@
-
-
-
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>
+<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>