diff options
author | Scott Main <smain@google.com> | 2009-08-13 12:45:31 -0700 |
---|---|---|
committer | Scott Main <smain@google.com> | 2009-08-13 16:58:02 -0700 |
commit | 71d4b289a7a934ecd16c3036b812d40db6d3a74d (patch) | |
tree | b8d385ddbe8cfc2cd9c802fe43b026fb34902911 /docs/html/guide/guide_toc.cs | |
parent | eccd6fdd0d86b8610b738fc15c707eedc00ec9dc (diff) |
DOCS ONLY.
add manifest documentation for uses-feature and supports-screens elements.
also update the navigation and manifest home page,
update the uses-sdk element to include new maxSdk and targeSdk attributes,
and add some sample code to DisplayMetrics to query the device for screen info.
Diffstat (limited to 'docs/html/guide/guide_toc.cs')
-rw-r--r-- | docs/html/guide/guide_toc.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/html/guide/guide_toc.cs b/docs/html/guide/guide_toc.cs index 21271872739d..11f8c7bd72d9 100644 --- a/docs/html/guide/guide_toc.cs +++ b/docs/html/guide/guide_toc.cs @@ -145,7 +145,9 @@ <li><a href="<?cs var:toroot ?>guide/topics/manifest/provider-element.html"><provider></a></li> <li><a href="<?cs var:toroot ?>guide/topics/manifest/receiver-element.html"><receiver></a></li> <li><a href="<?cs var:toroot ?>guide/topics/manifest/service-element.html"><service></a></li> + <li><a href="<?cs var:toroot ?>guide/topics/manifest/supports-screens-element.html"><supports-screens></a></li> <!-- ##api level 4## --> <li><a href="<?cs var:toroot ?>guide/topics/manifest/uses-configuration-element.html"><uses-configuration></a></li> + <li><a href="<?cs var:toroot ?>guide/topics/manifest/uses-feature-element.html"><uses-feature></a></li> <!-- ##api level 4## --> <li><a href="<?cs var:toroot ?>guide/topics/manifest/uses-library-element.html"><uses-library></a></li> <li><a href="<?cs var:toroot ?>guide/topics/manifest/uses-permission-element.html"><uses-permission></a></li> <li><a href="<?cs var:toroot ?>guide/topics/manifest/uses-sdk-element.html"><uses-sdk></a></li> @@ -407,6 +409,9 @@ <span class="zh-TW">附錄</span> </h2> <ul> + <li><a href="<?cs var:toroot ?>guide/appendix/api-levels.html"> + <span class="en">Android API Levels</span> + </a></li> <li><a href="<?cs var:toroot ?>guide/appendix/media-formats.html"> <span class="en">Supported Media Formats</span> </a></li> |