The SMS of the Android send the message in PDU format. Is there a way to se开发者_开发技巧nd SMS in text mode?
SMS always being sent in PDU format internally. But there are some API's which will encode it for you, to send text messages use android.telephony.SmsManager
精彩评论