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

Commit 624a5b49 authored by Bai Tao's avatar Bai Tao Committed by Android Git Automerger
Browse files

am 90aaaef5: Merge change I0e200c3c into eclair

Merge commit '90aaaef5' into eclair-plus-aosp

* commit '90aaaef5':
  Sending UCS2 encoded SMS correctly
parents 8e048331 90aaaef5
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 ",