I am using simple code to send sms:
SmsManager.getDefault().
sendTextMessage(phone, null, "English characters", sentPI, deliveredPI);
And all works fine.
But when I send sms message in russinan language, using this code:
SmsManager.getDefault().
sendTextMessage(phone, null, "Русский текст", sentPI, deliveredPI);
I receive on the other emulator something like this: *&^#R*)@#_(&)@U(RH#*(&()^
How can I fix it? Please, help.
This looks like a problem of emulator. I use SmsManager.sendMultipartTextMessage()
method for sending Russian text, and no real user report about any problems. Try on real device please.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With