Merge "Add documentation for Locked Messages"

This commit is contained in:
Leland Miller
2019-08-12 23:42:56 +00:00
committed by Gerrit Code Review

View File

@@ -3159,6 +3159,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");