summaryrefslogtreecommitdiffstats
path: root/core/java/android/provider/CallLog.java
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2013-12-12 17:29:03 -0800
committerYorke Lee <yorkelee@google.com>2013-12-12 17:29:03 -0800
commit0a17393ee6ff5e1a0b1701d38e65c2370bb84dba (patch)
tree56415b32078e76230b76802efd7d6481cd89cf60 /core/java/android/provider/CallLog.java
parent833a9e58ce7d4d9778edf7573a980928284a5a8a (diff)
downloadframeworks_base-0a17393ee6ff5e1a0b1701d38e65c2370bb84dba.zip
frameworks_base-0a17393ee6ff5e1a0b1701d38e65c2370bb84dba.tar.gz
frameworks_base-0a17393ee6ff5e1a0b1701d38e65c2370bb84dba.tar.bz2
Fix SDK build break due to link in hidden field in comment
Change-Id: I10bcfa01d1aea4fd95a99e4230f5c0217ec188ac
Diffstat (limited to 'core/java/android/provider/CallLog.java')
-rw-r--r--core/java/android/provider/CallLog.java5
1 files changed, 2 insertions, 3 deletions
diff --git a/core/java/android/provider/CallLog.java b/core/java/android/provider/CallLog.java
index 881eb89..3b0d7ff 100644
--- a/core/java/android/provider/CallLog.java
+++ b/core/java/android/provider/CallLog.java
@@ -86,9 +86,8 @@ public class CallLog {
public static final String ALLOW_VOICEMAILS_PARAM_KEY = "allow_voicemails";
/**
- * Content uri with {@link #ALLOW_VOICEMAILS_PARAM_KEY} set. This uri is 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.
+ * 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.
*/
public static final Uri CONTENT_URI_WITH_VOICEMAIL = CONTENT_URI.buildUpon()
.appendQueryParameter(ALLOW_VOICEMAILS_PARAM_KEY, "true")