0

The SMS of the Android send the message in PDU format. Is there a way to send SMS in text mode?

max
  • 1
  • 1

1 Answers1

1

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

Raiv
  • 5,731
  • 1
  • 33
  • 51