Sending an MMS with a vCard attachment on Android devices
问题 I'm trying to find a way to send a MMS message containing a vCard attachment . I thought this would be a fairly easy task, but I still haven't managed to come up with something that just works over a wide variety of Android phones. The first thing I tried was this : Define an intent showing a list of apps capable of sending the vCard Intent i = new Intent(Intent.ACTION_SEND); i.setType("text/x-vcard"); i.putExtra(Intent.EXTRA_TEXT,"MMS with vCard"); i.putExtra(Intent.EXTRA_STREAM, Uri.parse