Skip to content

Commit c5b28bd

Browse files
Jake HambyAndroid (Google) Code Review
authored andcommitted
Merge "Change DCS of MO SMS to the correct value for UCS-2 encoding." into ics-mr0
2 parents acf7d98 + df0c2a9 commit c5b28bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

telephony/java/com/android/internal/telephony/gsm/SmsMessage.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,8 +300,8 @@ public static SubmitPdu getSubmitPdu(String scAddress,
300300
return null;
301301
}
302302
// TP-Data-Coding-Scheme
303-
// Class 3, UCS-2 encoding, uncompressed
304-
bo.write(0x0b);
303+
// UCS-2 encoding, uncompressed
304+
bo.write(0x08);
305305
}
306306

307307
// (no TP-Validity-Period)

0 commit comments

Comments
 (0)