diff options
| -rw-r--r-- | docs/html/wear/notifications/creating.jd | 4 | ||||
| -rw-r--r-- | docs/html/wear/notifications/remote-input.jd | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/html/wear/notifications/creating.jd b/docs/html/wear/notifications/creating.jd index 133d05714442..ce9e1171c57b 100644 --- a/docs/html/wear/notifications/creating.jd +++ b/docs/html/wear/notifications/creating.jd @@ -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> diff --git a/docs/html/wear/notifications/remote-input.jd b/docs/html/wear/notifications/remote-input.jd index 82438968d636..1668363210c4 100644 --- a/docs/html/wear/notifications/remote-input.jd +++ b/docs/html/wear/notifications/remote-input.jd @@ -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 |