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?
It's working for me and as well working in Nougat devices. Thank you so much @pratik and @sanat .
public static void getVCF(Context context)
{
final String vfile = "POContactsRestore.vcf";
Cursor phones = context.getContentResolver().query(ContactsContract.CommonDataKinds.Phone.CONTENT_URI, null,null, null, null);
phones.moveToFirst();
for(int i =0;i