aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Brabham <optedoblivion@cyngn.com>2015-07-17 14:58:50 -0700
committerGerrit Code Review <gerrit@cyanogenmod.org>2015-08-03 15:22:54 -0700
commitbab2b2f3251b670365756ad74ab7e7caa507b532 (patch)
treed7be7ad11c95b1027e20c81484e129d184084ee8
parent881e0cb8a31b387fe837e20a54dda097c48b93dd (diff)
downloadandroid_frameworks_opt_telephony-bab2b2f3251b670365756ad74ab7e7caa507b532.tar.gz
android_frameworks_opt_telephony-bab2b2f3251b670365756ad74ab7e7caa507b532.tar.bz2
android_frameworks_opt_telephony-bab2b2f3251b670365756ad74ab7e7caa507b532.zip
[MMS-55]: Add column to interface
Change-Id: I2570a67f1b5d43ae101c0c94d85be19d8c243862
-rwxr-xr-xsrc/java/android/provider/Telephony.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/java/android/provider/Telephony.java b/src/java/android/provider/Telephony.java
index df328b72b..4bf358018 100755
--- a/src/java/android/provider/Telephony.java
+++ b/src/java/android/provider/Telephony.java
@@ -1932,6 +1932,13 @@ public final class Telephony {
public static final String MESSAGE_COUNT = "message_count";
/**
+ * The unread message count of the thread.
+ * <P>Type: INTEGER</P>
+ * @hide
+ */
+ public static final String UNREAD_MESSAGE_COUNT = "unread_message_count";
+
+ /**
* Indicates whether all messages of the thread have been read.
* <P>Type: INTEGER</P>
*/