From 5dd0fd5c89099f194b9ec2323bb6413fa48e7db8 Mon Sep 17 00:00:00 2001 From: Scott Main Date: Wed, 12 May 2010 14:49:38 -0700 Subject: [PATCH] docs: fix broken links Change-Id: I2720ce4fe30b1e6ff35b91f48a98ead8999ed1ab --- docs/html/guide/appendix/install-location.jd | 2 +- docs/html/guide/appendix/market-filters.jd | 4 ++-- docs/html/guide/topics/resources/accessing-resources.jd | 4 ++-- docs/html/guide/topics/resources/layout-resource.jd | 3 ++- docs/html/guide/topics/resources/localization.jd | 6 +++--- docs/html/guide/topics/search/search-dialog.jd | 4 ++-- docs/html/resources/articles/live-wallpapers.jd | 4 ++-- docs/html/resources/articles/speech-input.jd | 5 ++--- docs/html/sdk/android-2.2.jd | 2 +- 9 files changed, 17 insertions(+), 17 deletions(-) diff --git a/docs/html/guide/appendix/install-location.jd b/docs/html/guide/appendix/install-location.jd index 77cebc62a43cf..be89caf4ad623 100644 --- a/docs/html/guide/appendix/install-location.jd +++ b/docs/html/guide/appendix/install-location.jd @@ -94,7 +94,7 @@ Level 8:

  1. Include the {@code android:installLocation} attribute with a value of "{@code auto}" or "{@code preferExternal}" in the <manifest> +href="{@docRoot}guide/topics/manifest/uses-sdk-element.html"><manifest> element.
  2. Leave your {@code android:minSdkVersion} attribute as is (something less than "8") and be certain that your application code uses only APIs compatible with that diff --git a/docs/html/guide/appendix/market-filters.jd b/docs/html/guide/appendix/market-filters.jd index 0b1afaec83f6e..201a14202ccc7 100644 --- a/docs/html/guide/appendix/market-filters.jd +++ b/docs/html/guide/appendix/market-filters.jd @@ -126,7 +126,7 @@ devices that have normal or large screens.

    This behavior is especially significant for applications that set their android: +href="{@docRoot}guide/topics/manifest/uses-sdk-element.html">android: minSdkVersion to 3 or lower, since Market will filter them from small-screen devices by default. Such applications can enable support for small-screen devices by adding a android:targetSdkVersion="4" @@ -164,7 +164,7 @@ of corresponding screen size.

  3. For more information on how to declare support for screen sizes in your application, see <supports-screens> - and Supporting Multiple + and Supporting Multiple Screens.

    diff --git a/docs/html/guide/topics/resources/accessing-resources.jd b/docs/html/guide/topics/resources/accessing-resources.jd index cf8970c9b5ae9..03bb9394a2beb 100644 --- a/docs/html/guide/topics/resources/accessing-resources.jd +++ b/docs/html/guide/topics/resources/accessing-resources.jd @@ -136,7 +136,7 @@ required when referencing resources from your own package). without the extension or the {@code android:name} attribute value in the XML element (for simple values). -

    See Resource Types for +

    See Resource Types for more information about each resource type and how to reference them.

    @@ -219,7 +219,7 @@ without the extension or the {@code android:name} attribute value in the XML ele values). -

    See Resource Types for +

    See Resource Types for more information about each resource type and how to reference them.

    diff --git a/docs/html/guide/topics/resources/layout-resource.jd b/docs/html/guide/topics/resources/layout-resource.jd index 2c51d54f41e0b..0688a181f11cf 100644 --- a/docs/html/guide/topics/resources/layout-resource.jd +++ b/docs/html/guide/topics/resources/layout-resource.jd @@ -97,7 +97,8 @@ or {@code "wrap_content"}). See the valid values bel {@link android.view.ViewGroup}. For a reference of all available attributes, see the corresponding reference documentation for the {@link android.view.ViewGroup} class (for example, the LinearLayout XML attributes).

    + href="{@docRoot}reference/android/widget/LinearLayout.html#lattrs">LinearLayout XML +attributes).

    <View>
    An individual UI component, generally referred to as a "widget". Different diff --git a/docs/html/guide/topics/resources/localization.jd b/docs/html/guide/topics/resources/localization.jd index e76a92cb31ea8..3d630c9d06703 100755 --- a/docs/html/guide/topics/resources/localization.jd +++ b/docs/html/guide/topics/resources/localization.jd @@ -317,11 +317,11 @@ will prefer an MCC match over a language match.

    The selection process is not always as straightforward as these examples suggest. Please read How Android Finds +href="{@docRoot}guide/topics/resources/providing-resources.html#BestMatch">How Android Finds the Best-matching Resource for a more nuanced description of the process. All the qualifiers are described and listed in order of precedence in Table 2 of Providing +href="{@docRoot}guide/topics/resources/providing-resources.html#table2">Table 2 of Providing Alternative Resources.

    Referring to Resources in Java

    @@ -330,7 +330,7 @@ Alternative Resources.

    R.resource_type.resource_name or android.R.resource_type.resource_name. For more about this, see Accessing Resources.

    +href="{@docRoot}guide/topics/resources/accessing-resources.html">Accessing Resources.

    Localization Strategies

    diff --git a/docs/html/guide/topics/search/search-dialog.jd b/docs/html/guide/topics/search/search-dialog.jd index 718668cd08d70..a5f99c7f717b8 100644 --- a/docs/html/guide/topics/search/search-dialog.jd +++ b/docs/html/guide/topics/search/search-dialog.jd @@ -275,8 +275,8 @@ application to see a complete SQLite implementation that performs searches with
  4. If your data is stored online, then the perceived search performance may be inhibited by the user's data connection. You may want to display a spinning progress wheel until your search returns. See {@link android.net} for a reference of network APIs and Creating a Progress Dialog to see how -you can display a progress wheel.
  5. +href="{@docRoot}guide/topics/ui/dialogs.html#ProgressDialog">Creating a Progress Dialog to see +how you can display a progress wheel. diff --git a/docs/html/resources/articles/live-wallpapers.jd b/docs/html/resources/articles/live-wallpapers.jd index 3e4bc0cd59fff..ea67fed2c6187 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

    In terms of implementation, a live wallpaper is very similar to a regular Android service. The only difference is the addition of a new method, onCreateEngine(), whose goal is to create a {@code +onCreateEngine()}, whose goal is to create a WallpaperService.Engine. 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 8e41d34ed6aed..282b6199a54aa 100644 --- a/docs/html/resources/articles/speech-input.jd +++ b/docs/html/resources/articles/speech-input.jd @@ -29,9 +29,8 @@ Handcent SMS:

    The Android SDK makes it easy to integrate speech input directly into your own application. Just copy and paste from this -sample application to get +href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/app/VoiceRecognition.html">sample +application to get started. The sample application first verifies that the target device is able to recognize speech input:

    diff --git a/docs/html/sdk/android-2.2.jd b/docs/html/sdk/android-2.2.jd
    index cfcb7a714cd50..5844256abbdc6 100644
    --- a/docs/html/sdk/android-2.2.jd
    +++ b/docs/html/sdk/android-2.2.jd
    @@ -351,7 +351,7 @@ and {@link android.app.backup.BackupAgent#onRestore(android.app.backup.BackupDat
     A simple implementation of a BackupAgent useful for backing up preferences 
     and files is available by using {@link android.app.backup.BackupAgentHelper}.
     For more information, see Data Backup.

    +href="{@docRoot}guide/topics/topics/data/backup.html">Data Backup.

    Graphics