Merge commit 'a8c79a8c65f0b6ccd0e33b3b05060350381bbb7b' into eclair-mr2-plus-aosp * commit 'a8c79a8c65f0b6ccd0e33b3b05060350381bbb7b': Sending UCS2 encoded SMS correctly
This commit is contained in:
@@ -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 ",
|
||||
|
||||
Reference in New Issue
Block a user