Sending SMS and MMS

后端 未结 2 1030
孤城傲影
孤城傲影 2021-01-28 01:57

I\'m looking at replacing the default Android text messing app with my own, but I don\'t exactly know how to send SMS and MMS text messages. I would like to at least get it so

相关标签:
2条回答
  • 2021-01-28 02:42

    So, what exactly should be done when sending messages of these types? Any code examples that would be easy enough to understand?

    Use SmsManager. Here is a sample project showing the basics of sending an SMS, either through the default client or by using SmsManager. I do not believe there is a public API to send MMS, though.

    0 讨论(0)
  • 2021-01-28 02:44

    Check the android-smspopup source code.

    0 讨论(0)
提交回复
热议问题