-1

I understand, Contacts can be created from a vcf file on device by importing it from "Contacts" application

How to do the same from an application by programming

Manju
  • 677
  • 5
  • 13
  • 27
  • aren't you the same Manju that asked this same question 2 days ago? https://stackoverflow.com/questions/47853260/creating-contact-programmitcally-using-vcf-file – marmor Dec 19 '17 at 13:07
  • Possible duplicate of [How to parse contact .vcf file programmatically?](https://stackoverflow.com/questions/26776910/how-to-parse-contact-vcf-file-programmatically) – marmor Dec 20 '17 at 12:33

1 Answers1

0

This tutorial shows you how to do that: https://developer.android.com/training/contacts-provider/modify-data.html

Alex
  • 669
  • 15
  • 37