how to create one .vcf file for all the contact in android
问题 i want to crate one .vcf for all contact using below code . the below code is work fine to crate .vcf file but it storing only one contact. please help me.. import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; import java.util.ArrayList; import android.app.Activity; import android.content.res.AssetFileDescriptor; import android.database.Cursor; import android.net.Uri; import android.os.Bundle; import android.os.Environment; import android.provider