am 83d6ae28: fix broken links
* commit '83d6ae2804e280bd1e0980faf4e3090d240eb5f5': fix broken links
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user