diff options
Diffstat (limited to 'docs/html/guide/publishing')
| -rw-r--r-- | docs/html/guide/publishing/versioning.jd | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/html/guide/publishing/versioning.jd b/docs/html/guide/publishing/versioning.jd index 0bec658..e2ee684 100644 --- a/docs/html/guide/publishing/versioning.jd +++ b/docs/html/guide/publishing/versioning.jd @@ -141,9 +141,16 @@ element in the application's manifest, with one or more of these attributes: </p <li><code>android:minSdkVersion</code> — The minimum version of the Android platform on which the application will run, specified by the platform's API Level identifier. </li> +<li><code>android:targetSdkVersion</code> — Specifies the API Level +on which the application is designed to run. In some cases, this allows the +application to use manifest elements or behaviors defined in the target +API Level, rather than being restricted to using only those defined +for the minimum API Level.</li> <li><code>android:maxSdkVersion</code> — The maximum version of the Android platform on which the application is designed to run, -specified by the platform's API Level identifier. </li> +specified by the platform's API Level identifier. <strong>Important:</strong> Please read the <a +href="{@docRoot}guide/topics/manifest/uses-sdk-element.html"><code><uses-sdk></code></a> +documentation before using this attribute. </li> </ul> <p>When preparing to install your application, the system checks the value of this |
