summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Leland Miller <lelandmiller@google.com> 2019-08-12 18:43:35 -0700
committer android-build-merger <android-build-merger@google.com> 2019-08-12 18:43:35 -0700
commit6d4e65a34befe50e660fb0d4be575b40739cc48a (patch)
tree5232e21b2b095f06a88d5ad06adf3fc70c52ddcb
parente69b6ed3229e267e6097f0fb09c4ab3c8ef420d9 (diff)
parent568f8bff016fb35269e8fefbbd0c3bdc7bfcdc2d (diff)
Merge "Add documentation for Locked Messages" am: 3e85da2d89 am: 332f0a4ae8
am: 568f8bff01 Change-Id: I452eddd8d8d8abe29775f90e27cafd9b16ab820a
-rw-r--r--telephony/java/android/provider/Telephony.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/telephony/java/android/provider/Telephony.java b/telephony/java/android/provider/Telephony.java
index 17d725e95277..eacf1d149e61 100644
--- a/telephony/java/android/provider/Telephony.java
+++ b/telephony/java/android/provider/Telephony.java
@@ -3231,6 +3231,8 @@ public final class Telephony {
/**
* The {@code content://} style URL for locked messages in this table.
+ * <P>This {@link Uri} is used to check at most one locked message found in the union of MMS
+ * and SMS messages. Also this will return only _id column in response.</P>
*/
public static final Uri CONTENT_LOCKED_URI = Uri.parse(
"content://mms-sms/locked");