From c92db9eeef87e6155f07cab298742ab505c61a97 Mon Sep 17 00:00:00 2001 From: sreevanis Date: Wed, 1 Jun 2016 12:37:12 -0700 Subject: [PATCH] docs: Fixed setAllowGeneratedReplies() link to point to Android N API reference. Bug:29071043 Change-Id: Iac88710234277210997150e2a6725322928276c3 --- docs/html/wear/preview/features/notifications.jd | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/html/wear/preview/features/notifications.jd b/docs/html/wear/preview/features/notifications.jd index 75f9feeffc441..c84a47002f9d1 100644 --- a/docs/html/wear/preview/features/notifications.jd +++ b/docs/html/wear/preview/features/notifications.jd @@ -194,9 +194,10 @@ following:
  1. Use {@code Notification.MessagingStyle}.
  2. -
  3. Call the method - {@code setAllowGeneratedReplies()} - for the notification action.
  4. +
  5. Call the method {@code setAllowGeneratedReplies()} for the notification action. + For more information, see the downloadable + API reference. +
  6. Ensure that the notification action has a {@code RemoteInput} (where the responses will reside).