[android-developers] Re: how to add picture into android Content Provider

2012-05-09 Thread SebastianPL
I don't know if you still need it, but it should look like this: ops.add(ContentProviderOperation.newInsert(android.provider.ContactsContrac t.Data.CONTENT_URI) .withValueBackReference(Data.RAW_CONTACT_ID, rawContactInsertIndex)

[android-developers] Re: how to add picture into android Content Provider

2012-05-09 Thread SebastianPL
ops.add(ContentProviderOperation.newInsert(android.provider.ContactsContrac t.Data.CONTENT_URI)                                          .withValueBackReference(Data.RAW_CONTACT_ID, rawContactInsertIndex)                                  .withValue(Data.MIMETYPE, Photo.CONTENT_ITEM_TYPE)