Manages SMS operations in Android apps. Functionality includes sending data, text, and pdu SMS messages. Get this object by calling the static method SmsManager.getDefault()
Manages SMS operations such as sending data, text, and pdu SMS messages. Get this object by calling the static method SmsManager.getDefault()
.
This class was deprecated in API level 4. Replaced by android.telephony.SmsManager
that supports both GSM and CDMA.
Visit Android Developer for latest information