Programatically send SMS (Not getting delivery status) [duplicate]
问题 This question already has answers here : Closed 7 years ago . Possible Duplicate: Programatically send SMS Android (Not receiving status) I am using this code example word for word except for the fact that I changed import android.telephony.gsm.SmsManager; to import android.telephony.SmsManager; The SMS is sending fine however I am not getting the TOAST message that it was delivered (sent to the network). I am trying to integrate SMS into my application and this is important. I am sure this