From 83d6ae2804e280bd1e0980faf4e3090d240eb5f5 Mon Sep 17 00:00:00 2001 From: Scott Main Date: Thu, 27 Mar 2014 20:07:48 -0700 Subject: [PATCH] fix broken links Change-Id: I5964804c219ef02cd5f380bf752061ff7a022d61 --- docs/html/wear/notifications/creating.jd | 4 ++-- 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 133d057144422..ce9e1171c57b7 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.

Import the Necessary Classes

To begin development, you must first complete the instructions in the Get Started with the Developer Preview document. +href="{@docRoot}wear/preview/start.html">Get Started with the Developer Preview document. As mentioned in that document, your app must include both the v4 support library and the Developer Preview support library. So to get started, @@ -252,7 +252,7 @@ features from WearableNotifications.Builder and other APIs in the preview support library, see the following developer guides:

diff --git a/docs/html/wear/notifications/remote-input.jd b/docs/html/wear/notifications/remote-input.jd index 82438968d636a..1668363210c41 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.

If the "Reply" action is not your notification's primary action and you want to enable voice input for a secondary action, add the RemoteInput to a new action button defined by an - + Action object.

You should instantiate the