I\'m trying to send mms from my app only. I made it default messaging app with help of android developers tutorial (http://android-developers.blogspot.com/2013/10/getting-yo
I believe the issue is that you are trying to send both image and text data, but your type is set to image. Try switching this instead to:
mmsIntent.setType("*/*");