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

Commit f7a43668 authored by Danny Baumann's avatar Danny Baumann Committed by Gerrit Code Review
Browse files

Merge "don't set the reserved bits0 and 1 for UCS2 encoded messages" into gingerbread

parents 5e56f9f0 f3699aa9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -324,8 +324,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)