I would like to send a vCard via MMS (since SMS does not support file attachments..). I have read many answers about launching the messaging app with an intent (Sending an MMS with a vCard for example) but I could not find a way to send the MMS directly from my application, without directing the user to the messaging application.
There are SEND_SMS, RECEIVE_SMS and RECEIVE_MMS permissions in the manifest but no SEND_MMS. So is there any workaround that can allow me to send a vCard to another phone number on new android versions directly from my app?