0

I was wondering if I could provide a link to be followed by a web browser (most specifically in a QRCODE) to insert a contact with the contact data already filled. I tried content://com.android.contacts in my mobile firefox but it crashed. I also couldn't find any absolute URI for this in the Android documentation. Is it possible?

1 Answers1

0

If you want to do this with QR code, another phone should always have program which can parse QR code information and call system method to add contact. But in Android you can programmatically share contact. This link can be helpful: How to share a contact programatically in android

Peter Staranchuk
  • 1,343
  • 3
  • 14
  • 29