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...