From 9e1379f1126c1101f69445572bd441b2211791fa Mon Sep 17 00:00:00 2001 From: Griff Hazen Date: Tue, 20 May 2014 12:50:51 -0700 Subject: [PATCH] Fix sdk docs build for framework from remote input api addition. Change-Id: I6a6f3df06d924fe72f67466d67d9feced8d8719f --- core/java/android/app/Notification.java | 2 +- core/java/android/app/RemoteInput.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/java/android/app/Notification.java b/core/java/android/app/Notification.java index 61279a435e24b..e606194b3e438 100644 --- a/core/java/android/app/Notification.java +++ b/core/java/android/app/Notification.java @@ -1878,7 +1878,7 @@ public class Notification implements Parcelable * cause this value to be ignored. * *

This sort key can also be used to order members of a notification group. See - * {@link Builder#setGroup}. + * {@link #setGroup}. * * @see String#compareTo(String) */ diff --git a/core/java/android/app/RemoteInput.java b/core/java/android/app/RemoteInput.java index 098568eab38dd..9cfc541dc0190 100644 --- a/core/java/android/app/RemoteInput.java +++ b/core/java/android/app/RemoteInput.java @@ -153,7 +153,7 @@ public final class RemoteInput implements Parcelable { * Specifies choices available to the user to satisfy this input. * @param choices an array of pre-defined choices for users input. * You must provide a non-null and non-empty array if - * you set {@link #mAllowFreeFormInput} to {@code false}. + * you disabled free form input using {@link #setAllowFreeFormInput}. * @return this object for method chaining */ public Builder setChoices(CharSequence[] choices) {