Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 90aaaef5 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change I0e200c3c into eclair

* changes:
  Sending UCS2 encoded SMS correctly
parents 533a2803 0e200c3c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -280,6 +280,7 @@ public class SmsMessage extends SmsMessageBase{
            // send it as a UCS-2 encoded message
            try {
                userData = encodeUCS2(message, header);
                encoding = ENCODING_16BIT;
            } catch(UnsupportedEncodingException uex) {
                Log.e(LOG_TAG,
                        "Implausible UnsupportedEncodingException ",