From edc2f84df2f5be7747eaf029311061e45a3d04b8 Mon Sep 17 00:00:00 2001 From: Cindy Kuang Date: Tue, 15 Aug 2017 13:30:00 -0700 Subject: [PATCH] docs: updated link on RemoteInput page Test: make ds-docs Bug: 64613641 Change-Id: Ie3e451a15ad1fcde63c0301aaa328793af114780 --- core/java/android/app/RemoteInput.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}.