Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm writing an Android program that allows to backup contacts. If the user deletes some contacts, he shall be able to restore them. Therefore, I want to restore the contacts with their original raw_contacts_id.

At the moment I'm using the batch method described in link. If a contact is restored, the contact gets a new ID. Is there a way to set this ID?

Thanks for your help...

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.