My problem is that I want to send an SMS message of a certain class and with a certain encoding. (Class 0 and 7-bit encoding).
When checking Android.Telephony.SmsManager and SmsMessage not much can be done. SmsManager offers two functions SendTextMessage and SendDataMessage. The first one works fine if you just want to send a normal SMS message to someone. Therefore, I assume that SendDataMessage is a function that I need to use for some reason. However, I cannot figure out how to use it. And there seems to be no examples on the Internet (that I can find) of anyone who uses this feature.
Does anyone know something that will help me? :-) Either how to send 7-bit encoded sms of class0, or how to use the SendDataMessage function correctly.
Thomas Hermansson
source
share