Loading src/java/android/provider/Telephony.java +7 −0 Original line number Diff line number Diff line Loading @@ -1931,6 +1931,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> Loading Loading
src/java/android/provider/Telephony.java +7 −0 Original line number Diff line number Diff line Loading @@ -1931,6 +1931,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> Loading