Merge "docs: updated link on RemoteInput page" into oc-dev am: 6087b990df am: 91fb9b2a16

am: 677b6f5a7b

Change-Id: Ib225f08dd4d53479adab6df0f3559d09fe09ab21
This commit is contained in:
Kevin Hufnagle
2017-09-15 02:24:50 +00:00
committed by android-build-merger

View File

@@ -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}.