Is the process describe in the thread : "Automatically import contacts from a VCF file" is still available ?
- 04 June 2019
- SOTI MobiControl - Android
2 Answers- 0 Upvote
- 1 Follower
2 Answers
Hello Victor,
The feature Request for accommodating import contacts feature is still open. Once it is accommodated you will get to know through the release notes. Other way you can try to achieve it through copying the .vcf file on the device and executing it through script. Can you please transfer .vcf file to the device through file sync rule and try to execute the below script and update us with the result.
sendintent -a "intent:file:///sdcard/contacts.vcfIntent;action=android.intent.action.VIEW;type=text/x-vcard;end"
Technical Support | SOTI Inc. |1.905.624.9828 | support@soti.net | www.soti.net |
First Thanks for your quick reply.
Then I manage to transfer the vcf card via the content library and this is very effective.
However I'll keep your script command in case of.