A sample application that demonstrates how to manually query the system contacts provider using
the new ContactsContract
API, as
well as manually insert contacts into a specific account.
In most cases, you will want to ask the existing Contacts activity to handle these tasks for you, resulting in a more consistent user experience.
You can find the source code for this sample in your SDK at:
<sdk>/platforms/android-<version>/samples/