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
......@@ -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>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment