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

Commit 7a299a45 authored by Tom Taylor's avatar Tom Taylor
Browse files

Fix build

Added a new column to mms.

Change-Id: I0ebe6c0b9e736cc90ed8392872dae2da8ec730ce
parent 2f81ec63
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -745,6 +745,12 @@ public final class Telephony {
         */
        public static final String SEEN = "seen";

        /**
         * Indicates whether this message has only a text part (can also have a subject) and
         * no picture, slideshow, or sound, etc., parts. The value is a boolean, 1 or 0.
         */
        public static final String TEXT_ONLY = "text_only";

        /**
         * The Message-ID of the message.
         * <P>Type: TEXT</P>