Extract contact list in vcf format

前端 未结 4 795
渐次进展
渐次进展 2020-12-09 23:46

How could i run the android method that extract the contact list in a vcf format?
Is there an intent that can directly call this action?

thx François

4条回答
  •  感情败类
    2020-12-10 00:36

    You can do this manually in the contacts App. But there is no Intent for that. If you want your App to have such an export you unfortunately have to write it yourself or use code from here.vcardio

提交回复
热议问题