diff options
| author | Yorke Lee <yorkelee@google.com> | 2014-07-23 15:23:47 -0700 |
|---|---|---|
| committer | Yorke Lee <yorkelee@google.com> | 2014-07-23 19:09:27 -0700 |
| commit | 624d0d64ab545aa91b2cfcf7ec29f0ae45944923 (patch) | |
| tree | 6696e96a711842261366b9543605027c1545cf00 /core/java/android/provider/CallLog.java | |
| parent | 35efc633d0af55ebe6402bd03b91f1903927cec5 (diff) | |
Improve documentation for for CallLog.CONTENT_URI_WITH_VOICEMAIL
Change-Id: I6e1a4811f822f2211070edd7c9aa486005e53cea
Diffstat (limited to 'core/java/android/provider/CallLog.java')
| -rw-r--r-- | core/java/android/provider/CallLog.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/java/android/provider/CallLog.java b/core/java/android/provider/CallLog.java index 46ff58ca270c..1157704e01f5 100644 --- a/core/java/android/provider/CallLog.java +++ b/core/java/android/provider/CallLog.java @@ -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") |
