Sending and Receiving SMS and MMS in Android (pre Kit Kat Android 4.4)

前端 未结 6 576
悲&欢浪女
悲&欢浪女 2020-11-21 22:51

I have figured out how to send and receive SMS messages. To send SMS messages I had to call the sendTextMessage() and sendMultipartTextMessage() m

6条回答
  •  感动是毒
    2020-11-21 22:55

    I dont understand the frustrations. Why not just make a broadcastreceiver that filters for this intent:

    android.provider.Telephony.MMS_RECEIVED
    

    I checked a little further and you might need system level access to get this (rooted phone).

提交回复
热议问题