Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a3a16dd6 authored by Sreevani Sreejith's avatar Sreevani Sreejith Committed by android-build-merger
Browse files

Merge "Merge "docs: Fixed setAllowGeneratedReplies() link to point to Android...

Merge "Merge "docs: Fixed setAllowGeneratedReplies() link to point to Android N API reference." into mnc-io-docs am: 2d6015b1 am: 441209ab am: 82c9562d am: 9fc3d3de" into nyc-mr1-dev-plus-aosp
am: 72084123

* commit '72084123':
  docs: Fixed setAllowGeneratedReplies() link to point to Android N API reference.

Change-Id: Ib843739e996f018e1f9ea47bfa86b9bdf6f1e6a6
parents ea0065c5 72084123
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -194,9 +194,10 @@ following:
<ol>
  <li>Use <a href="{@docRoot}preview/features/notification-updates.html#style">{@code Notification.MessagingStyle}</a>.
  </li>
  <li>Call the method
  <a href="{@docRoot}wear/preview/start.html#get_the_preview_reference_documentation">{@code setAllowGeneratedReplies()}</a>
   for the notification action.</li>
  <li>Call the method {@code setAllowGeneratedReplies()} for the notification action.
  For more information, see the downloadable 
  <a href="{@docRoot}preview/setup-sdk.html#docs-dl">API reference</a>.
  </li>
  <li>Ensure that the notification action has a
    <a href="{@docRoot}reference/android/app/RemoteInput.html">{@code RemoteInput}</a>
     (where the responses will reside).