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/topics/manifest/manifest-intro.jd | |
| parent | eccd6fdd0d86b8610b738fc15c707eedc00ec9dc (diff) | |
| download | frameworks_base-71d4b289a7a934ecd16c3036b812d40db6d3a74d.zip frameworks_base-71d4b289a7a934ecd16c3036b812d40db6d3a74d.tar.gz frameworks_base-71d4b289a7a934ecd16c3036b812d40db6d3a74d.tar.bz2 | |
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/topics/manifest/manifest-intro.jd')
| -rw-r--r-- | docs/html/guide/topics/manifest/manifest-intro.jd | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/html/guide/topics/manifest/manifest-intro.jd b/docs/html/guide/topics/manifest/manifest-intro.jd index 1907024..9e1b18d 100644 --- a/docs/html/guide/topics/manifest/manifest-intro.jd +++ b/docs/html/guide/topics/manifest/manifest-intro.jd @@ -78,10 +78,11 @@ other mention of the element name. <a href="{@docRoot}guide/topics/manifest/permission-element.html"><permission /></a> <a href="{@docRoot}guide/topics/manifest/permission-tree-element.html"><permission-tree /></a> <a href="{@docRoot}guide/topics/manifest/permission-group-element.html"><permission-group /></a> - <a href="{@docRoot}guide/topics/manifest/instrumentation-element.html"><instrumentation /></a> - <a href="{@docRoot}guide/topics/manifest/uses-sdk-element.html"><uses-sdk /></a> + <a href="{@docRoot}guide/topics/manifest/uses-configuration-element.html"><uses-configuration /></a> <!-- ##api level 3## --> + <a href="{@docRoot}guide/topics/manifest/uses-feature-element.html"><uses-feature /></a> <!-- ##api level 4## --> + <a href="{@docRoot}guide/topics/manifest/supports-screens-element.html"><supports-screens /></a> <!-- ##api level 4## --> <a href="{@docRoot}guide/topics/manifest/application-element.html"><application></a> @@ -115,7 +116,6 @@ other mention of the element name. <a href="{@docRoot}guide/topics/manifest/provider-element.html"></provider></a> <a href="{@docRoot}guide/topics/manifest/uses-library-element.html"><uses-library /></a> - <a href="{@docRoot}guide/topics/manifest/uses-configuration-element.html"><uses-configuration /></a> <!-- ##api level 3## --> <a href="{@docRoot}guide/topics/manifest/application-element.html"></application></a> @@ -146,13 +146,16 @@ add your own elements or attributes. <br/><code><a href="{@docRoot}guide/topics/manifest/provider-element.html"><provider></a></code> <br/><code><a href="{@docRoot}guide/topics/manifest/receiver-element.html"><receiver></a></code> <br/><code><a href="{@docRoot}guide/topics/manifest/service-element.html"><service></a></code> +<br/><code><a href="{@docRoot}guide/topics/manifest/supports-screens-element.html"><supports-screens></a></code> <!-- ##api level 4## --> <br/><code><a href="{@docRoot}guide/topics/manifest/uses-configuration-element.html"><uses-configuration></a></code> <!-- ##api level 3## --> +<br/><code><a href="{@docRoot}guide/topics/manifest/uses-feature-element.html"><uses-feature></a></code> <!-- ##api level 4## --> <br/><code><a href="{@docRoot}guide/topics/manifest/uses-library-element.html"><uses-library></a></code> <br/><code><a href="{@docRoot}guide/topics/manifest/uses-permission-element.html"><uses-permission></a></code> <br/><code><a href="{@docRoot}guide/topics/manifest/uses-sdk-element.html"><uses-sdk></a></code> </p> + <h2 id="filec">File Conventions</h2> |
