Export the Contacts as VCF file
问题 I want to export the Phone contacts to External storage area. I didn't work with this type of method. Anyone guide me to do this? 回答1: In your code, you wrote one function but from where is this function called? And what is the meaning of get(View view) function? This function is not being called so it can be removed. I've edited my answer as per your requirements and tested it with 500 Contacts to save a single vCard file with 500 contacts in my sd card. package com.vcard; import java.io