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

Commit 690c9df1 authored by Jake Hamby's avatar Jake Hamby Committed by Android Git Automerger
Browse files

am c5b28bd0: Merge "Change DCS of MO SMS to the correct value for UCS-2 encoding." into ics-mr0

* commit 'c5b28bd0':
  Change DCS of MO SMS to the correct value for UCS-2 encoding.
parents cecf2021 c5b28bd0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -300,8 +300,8 @@ public class SmsMessage extends SmsMessageBase {
                return null;
            }
            // TP-Data-Coding-Scheme
            // Class 3, UCS-2 encoding, uncompressed
            bo.write(0x0b);
            // UCS-2 encoding, uncompressed
            bo.write(0x08);
        }

        // (no TP-Validity-Period)