diff options
| author | Scott Main <smain@google.com> | 2010-05-12 14:53:35 -0700 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2010-05-12 14:53:35 -0700 |
| commit | f0e4ae563228db584041d517672aeadacecba61f (patch) | |
| tree | 080bba6db8e47fb7a6fb2d140b085d859e89bed4 /docs/html/guide/appendix | |
| parent | 336d7dcb105a43ee4de51fd0f26f277c63662f02 (diff) | |
| parent | 5dd0fd5c89099f194b9ec2323bb6413fa48e7db8 (diff) | |
| download | frameworks_base-f0e4ae563228db584041d517672aeadacecba61f.zip frameworks_base-f0e4ae563228db584041d517672aeadacecba61f.tar.gz frameworks_base-f0e4ae563228db584041d517672aeadacecba61f.tar.bz2 | |
Merge "docs: fix broken links" into froyo
Diffstat (limited to 'docs/html/guide/appendix')
| -rw-r--r-- | docs/html/guide/appendix/install-location.jd | 2 | ||||
| -rw-r--r-- | docs/html/guide/appendix/market-filters.jd | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/html/guide/appendix/install-location.jd b/docs/html/guide/appendix/install-location.jd index 77cebc6..be89caf 100644 --- a/docs/html/guide/appendix/install-location.jd +++ b/docs/html/guide/appendix/install-location.jd @@ -94,7 +94,7 @@ Level 8:</p> <ol> <li>Include the {@code android:installLocation} attribute with a value of "{@code auto}" or "{@code preferExternal}" in the <code><a -href="{@docRoog}guide/topics/manifest/uses-sdk-element.html"><manifest></a></code> +href="{@docRoot}guide/topics/manifest/uses-sdk-element.html"><manifest></a></code> element.</li> <li>Leave your {@code android:minSdkVersion} attribute as is (something <em>less than</em> "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 0b1afae..201a142 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. </p> <p>This behavior is especially significant for applications that set their
<code><a
-href="@docRoot}guide/topics/manifest/uses-sdk-element.html">android:
+href="{@docRoot}guide/topics/manifest/uses-sdk-element.html">android:
minSdkVersion</a></code> 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 <code>android:targetSdkVersion="4"</code>
@@ -164,7 +164,7 @@ of corresponding screen size.</li> <p>For more information on how to declare support for screen sizes in your
application, see <code><a
href="{@docRoot}guide/topics/manifest/supports-screens-element.html"><supports-screens></a></code>
- and <a href="{@docRoot}guide/practices/screens-support.html">Supporting Multiple
+ and <a href="{@docRoot}guide/practices/screens_support.html">Supporting Multiple
Screens</a>.</p>
</td>
</tr>
|
