From ec816a04b61a3cebc3579ab1868683f298bc34f8 Mon Sep 17 00:00:00 2001 From: Nagaraja Date: Wed, 22 May 2019 15:57:59 +0530 Subject: [PATCH] Add documentation for Locked Messages Test: None, documentation only. Bug: 124791757 Change-Id: I5e0005547dbf47d2b0b3b5de4f1f9486f0385736 --- telephony/java/android/provider/Telephony.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/telephony/java/android/provider/Telephony.java b/telephony/java/android/provider/Telephony.java index 83aa52176b875..c2ea3d592531e 100644 --- a/telephony/java/android/provider/Telephony.java +++ b/telephony/java/android/provider/Telephony.java @@ -3158,6 +3158,8 @@ public final class Telephony { /** * The {@code content://} style URL for locked messages in this table. + *

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.

*/ public static final Uri CONTENT_LOCKED_URI = Uri.parse( "content://mms-sms/locked");