diff --git a/core/java/android/app/RemoteInput.java b/core/java/android/app/RemoteInput.java index 8ab19c06df808..02a01242c3ba7 100644 --- a/core/java/android/app/RemoteInput.java +++ b/core/java/android/app/RemoteInput.java @@ -33,8 +33,8 @@ import java.util.Set; * an intent inside a {@link android.app.PendingIntent} that is sent. * Always use {@link RemoteInput.Builder} to create instances of this class. *

See - * Receiving Voice Input from - * a Notification for more information on how to use this class. + * Replying + * to notifications for more information on how to use this class. * *

The following example adds a {@code RemoteInput} to a {@link Notification.Action}, * sets the result key as {@code quick_reply}, and sets the label as {@code Quick reply}.