How to back up contacts using code?

As we all know, when we click the "export to SD card" option to contacts, this means that we create our backup copy of the contact, and this file is stored with the extension as a .VCF file format, later when we import this file, Android OS automatically accepts all the contacts in it and saves it in our contacts. I just want to create this .VCF (A backup) file using code.

+4
source share
1 answer

vcardio is an open source application that does exactly what you put as your description. I would check it and change if necessary.

0
source

All Articles