diff options
| author | Scott Main <smain@google.com> | 2010-05-12 14:49:38 -0700 |
|---|---|---|
| committer | Scott Main <smain@google.com> | 2010-05-12 14:49:38 -0700 |
| commit | 5dd0fd5c89099f194b9ec2323bb6413fa48e7db8 (patch) | |
| tree | f44338e12d62d9d1c4b81c221ad0264167806016 /docs/html/resources | |
| parent | 18dc51d4137c5cf8364541e25ad9ded203342c6b (diff) | |
| download | frameworks_base-5dd0fd5c89099f194b9ec2323bb6413fa48e7db8.zip frameworks_base-5dd0fd5c89099f194b9ec2323bb6413fa48e7db8.tar.gz frameworks_base-5dd0fd5c89099f194b9ec2323bb6413fa48e7db8.tar.bz2 | |
docs: fix broken links
Change-Id: I2720ce4fe30b1e6ff35b91f48a98ead8999ed1ab
Diffstat (limited to 'docs/html/resources')
| -rw-r--r-- | docs/html/resources/articles/live-wallpapers.jd | 4 | ||||
| -rw-r--r-- | docs/html/resources/articles/speech-input.jd | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/docs/html/resources/articles/live-wallpapers.jd b/docs/html/resources/articles/live-wallpapers.jd index 3e4bc0c..ea67fed 100644 --- a/docs/html/resources/articles/live-wallpapers.jd +++ b/docs/html/resources/articles/live-wallpapers.jd @@ -36,8 +36,8 @@ href="../samples/CubeLiveWallpaper/index.html">CubeLiveWallpaper sample code</a> <p>In terms of implementation, a live wallpaper is very similar to a regular Android <a href="../../../reference/android/app/Service.html">service</a>. The only difference is the addition of a new method, <a -href="../../../reference/android/service/wallpaper/WallpaperService. -html#onCreateEngine()"><code>onCreateEngine()</code></a>, whose goal is to create a <a +href="../../../reference/android/service/wallpaper/WallpaperService.html#onCreateEngine()">{@code +onCreateEngine()}</a>, whose goal is to create a <a href="../../../reference/android/service/wallpaper/WallpaperService.Engine.html"> <code>WallpaperService.Engine</code></a>. The engine is responsible for handling the lifecycle and drawing of a wallpaper. The system provides a surface diff --git a/docs/html/resources/articles/speech-input.jd b/docs/html/resources/articles/speech-input.jd index 8e41d34..282b619 100644 --- a/docs/html/resources/articles/speech-input.jd +++ b/docs/html/resources/articles/speech-input.jd @@ -29,9 +29,8 @@ Handcent SMS:</p> <p> The Android SDK makes it easy to integrate speech input directly into your own application. Just copy and paste from this <a -href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/app/ -VoiceRecognition.html"> -sample application</a> to get +href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/app/VoiceRecognition.html">sample +application</a> to get started. The sample application first verifies that the target device is able to recognize speech input:</p> <pre> |
