max
max

Reputation: 1

How to change from PDU to text mode in Android?

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

Upvotes: 0

Views: 1407

Answers (1)

Raiv
Raiv

Reputation: 5781

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

Upvotes: 1

Related Questions