Skip to content

Commit 690c9df

Browse files
Jake HambyAndroid Git Automerger
authored andcommitted
am c5b28bd: Merge "Change DCS of MO SMS to the correct value for UCS-2 encoding." into ics-mr0
* commit 'c5b28bd00dd1be682103275815f588870c6fec7d': Change DCS of MO SMS to the correct value for UCS-2 encoding.
2 parents cecf202 + c5b28bd commit 690c9df

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)