Improve documentation for for CallLog.CONTENT_URI_WITH_VOICEMAIL
Change-Id: I6e1a4811f822f2211070edd7c9aa486005e53cea
This commit is contained in:
@@ -116,7 +116,8 @@ public class CallLog {
|
||||
|
||||
/**
|
||||
* Content uri used to access call log entries, including voicemail records. You must have
|
||||
* the READ_CALL_LOG and WRITE_CALL_LOG permissions to read and write to the call log.
|
||||
* the READ_CALL_LOG and WRITE_CALL_LOG permissions to read and write to the call log, as
|
||||
* well as READ_VOICEMAIL and WRITE_VOICEMAIL permissions to read and write voicemails.
|
||||
*/
|
||||
public static final Uri CONTENT_URI_WITH_VOICEMAIL = CONTENT_URI.buildUpon()
|
||||
.appendQueryParameter(ALLOW_VOICEMAILS_PARAM_KEY, "true")
|
||||
|
||||
Reference in New Issue
Block a user