diff --git a/core/java/android/provider/Telephony.java b/core/java/android/provider/Telephony.java index 4078fa6d5a734..a2c253a20569c 100644 --- a/core/java/android/provider/Telephony.java +++ b/core/java/android/provider/Telephony.java @@ -146,7 +146,13 @@ public final class Telephony { *
Type: TEXT
*/ public static final String SERVICE_CENTER = "service_center"; - } + + /** + * Has the message been locked? + *Type: INTEGER (boolean)
+ */ + public static final String LOCKED = "locked"; +} /** * Contains all text based SMS messages. @@ -1008,6 +1014,12 @@ public final class Telephony { *Type: INTEGER
*/ public static final String THREAD_ID = "thread_id"; + + /** + * Has the message been locked? + *Type: INTEGER (boolean)
+ */ + public static final String LOCKED = "locked"; } /**