Hi all,
I'm currently using ABBarcode in my little app to scan QR codes. I would like to be able to add a vCard data from the scanned QR code on button click. I've tried:
But it only asks me to view the vCard. Anyone know how to ADD it to contacts?
Thanks
I'm currently using ABBarcode in my little app to scan QR codes. I would like to be able to add a vCard data from the scanned QR code on button click. I've tried:
B4X:
i.Initialize(i.ACTION_VIEW, "")
i.Settype("text/vcard")
StartActivity(i)
But it only asks me to view the vCard. Anyone know how to ADD it to contacts?
Thanks