Does anyone know all available arguments for this method? Like “image/…” or “file/…”? I didn’t found a clue for that list in official documentation.
Speccially, I need an intent to send contact (.vcf) file. But type “file/vcf” doesn’t show me send via sms option.
sendIntent.setData(Uri.parse("sms:"))
Also didn’t help
Thanks
The Intent.setType() takes the MIME type as an argument.
The MIME type is text/vcard