Sending SMS and MMS

后端 未结 2 1040
孤城傲影
孤城傲影 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.

提交回复
热议问题