I need to import multiple vCard files in android contacts, android contacts already have the feature of importing vCard files, what i need to do is to pass an Array contains paths to each vCard file and make the contacts app in android import them for me without user interaction.
Any suggestions ?