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:
<manifest>
+href="{@docRoot}guide/topics/manifest/uses-sdk-element.html"><manifest>
element.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.
For more information on how to declare support for screen sizes in your
application, see <supports-screens>
- and Supporting Multiple
+ and Supporting Multiple
Screens.
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>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.
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.
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