views:

42

answers:

0

I would like to insert a new raw contact. I'm sure this involve some sort of getContentProvider().insert using a ContactsContract uri of some sort. Can anyone show an example using a ContentValues to to insert a brand new contact?

(Update) There is an excellent example in the SDK

http://developer.android.com/resources/samples/ContactManager/index.html