diff options
| author | 2019-08-12 19:04:44 -0700 | |
|---|---|---|
| committer | 2019-08-12 19:04:44 -0700 | |
| commit | 433441998b652c068fef36e5ff9c68c1aa2081f0 (patch) | |
| tree | c1550617b46ea6a3ee379d31222e0bce060d3a94 | |
| parent | 5693cd90ee85c51619f95bc772987cad065448e9 (diff) | |
| parent | 6d4e65a34befe50e660fb0d4be575b40739cc48a (diff) | |
Merge "Add documentation for Locked Messages" am: 3e85da2d89 am: 332f0a4ae8 am: 568f8bff01
am: 6d4e65a34b
Change-Id: I7ae98b2e2f158aa8929ffa6bcff90a7bc6a7f47b
| -rw-r--r-- | telephony/java/android/provider/Telephony.java | 2 |
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"); |