Skip to content
Snippets Groups Projects
Commit ec816a04 authored by Nagaraja's avatar Nagaraja Committed by Leland Miller
Browse files

Add documentation for Locked Messages

Test: None, documentation only.
Bug: 124791757
Change-Id: I5e0005547dbf47d2b0b3b5de4f1f9486f0385736
parent 83ea055e
No related branches found
No related tags found
No related merge requests found
......@@ -3158,6 +3158,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");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment