summaryrefslogtreecommitdiff
path: root/core/java/android
diff options
context:
space:
mode:
authorKevin Hufnagle <khufnagle@google.com>2017-09-15 02:24:50 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-09-15 02:24:50 +0000
commit86ca0d2ad44c0e3f11dea4caca25f0cc2d3d52fb (patch)
tree98beeecb1c105f1cd2978edfd0f4cfac20cf2827 /core/java/android
parenta6e4a02b7ea9a58b4d49ede00e21b0976eae3e97 (diff)
parent677b6f5a7b45f1811c7970eaef93b8c068752d79 (diff)
Merge "docs: updated link on RemoteInput page" into oc-dev am: 6087b990df am: 91fb9b2a16
am: 677b6f5a7b Change-Id: Ib225f08dd4d53479adab6df0f3559d09fe09ab21
Diffstat (limited to 'core/java/android')
-rw-r--r--core/java/android/app/RemoteInput.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/app/RemoteInput.java b/core/java/android/app/RemoteInput.java
index 8ab19c06df80..02a01242c3ba 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.
* <p class="note"> See
- * <a href="{@docRoot}wear/notifications/remote-input.html">Receiving Voice Input from
- * a Notification</a> for more information on how to use this class.
+ * <a href="{@docRoot}guide/topics/ui/notifiers/notifications.html#direct">Replying
+ * to notifications</a> for more information on how to use this class.
*
* <p>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}.