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