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

Commit a3a4d466 authored by Scott Main's avatar Scott Main Committed by Android Git Automerger
Browse files

am 83d6ae28: fix broken links

* commit '83d6ae28':
  fix broken links
parents a686d16d 83d6ae28
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ the official Android Wear SDK that is coming later.</p>
<h2 id="Import">Import the Necessary Classes</h2>

<p>To begin development, you must first complete the instructions in the <a
href="{@docRoot}wear/preview/start">Get Started with the Developer Preview</a> document.
href="{@docRoot}wear/preview/start.html">Get Started with the Developer Preview</a> document.
As mentioned in that document, your app must include
both the <a href="http://developer.android.com/tools/support-library/features.html#v4">v4 support
library</a> and the Developer Preview support library. So to get started,
@@ -252,7 +252,7 @@ features from <a href="{@docRoot}reference/android/preview/support/wearable/noti
will not work.</p>

<p>To continue enhancing your notifications for wearables using
  <a href="{@docRoot}reference/android/preview/support/wearable/notifications/WearableNotifications.Builder"
  <a href="{@docRoot}reference/android/preview/support/wearable/notifications/WearableNotifications.Builder.html"
  ><code>WearableNotifications.Builder</code></a> and other APIs in the
  preview support library, see the following developer guides:</p>

+1 −1
Original line number Diff line number Diff line
@@ -138,7 +138,7 @@ and starts the voice input UI when users select it on Android Wear.</p>
<p>If the "Reply" action is not your notification's primary action and you want to enable
voice input for a secondary action, add the
  <a href="{@docRoot}reference/android/preview/support/wearable/notifications/RemoteInput.html"><code>RemoteInput</code></a> to a new action button defined by an
  <a href="{@docRoot}reference/android/preview/support/wearable/notifications/Action.html">
  <a href="{@docRoot}reference/android/preview/support/wearable/notifications/WearableNotifications.Action.html">
<code>Action</code></a> object.</p>

<p>You should instantiate the