diff options
author | Scott Main <smain@google.com> | 2014-03-28 03:15:10 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-03-28 03:15:10 +0000 |
commit | a3a4d46609ebb1470d24c7d77662a8b16440765c (patch) | |
tree | 660e028475ae9e5c9bd9002bd7ed3a92b7b83d2b /docs/html | |
parent | a686d16d5924d2afe06586110e7dca33ecad535c (diff) | |
parent | 83d6ae2804e280bd1e0980faf4e3090d240eb5f5 (diff) | |
download | frameworks_base-a3a4d46609ebb1470d24c7d77662a8b16440765c.zip frameworks_base-a3a4d46609ebb1470d24c7d77662a8b16440765c.tar.gz frameworks_base-a3a4d46609ebb1470d24c7d77662a8b16440765c.tar.bz2 |
am 83d6ae28: fix broken links
* commit '83d6ae2804e280bd1e0980faf4e3090d240eb5f5':
fix broken links
Diffstat (limited to 'docs/html')
-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 133d057..ce9e117 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 8243896..1668363 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 |