Search code examples
androidmms

Android MMS Example


I tried to follow this answer about sending MMS through code.

However, I stopped when he start talking about BroadCastRecivers and Android git and not providing the code. I really get lost with this. It was very straight at the beginning but it becomes so complicated after that.

Can any one explain the missing code in that answer or provide it if it is exist ?

Thanks a lot


Solution

  • To those who might be interested:

    MMS Functionality is a bit unreliable, not well-documented feature in Android. So, the existed solutions will not work always. You can't depend on them, yet.