diff options
Diffstat (limited to 'docs/html/sdk')
| -rw-r--r-- | docs/html/sdk/android-1.6.jd | 12 | ||||
| -rw-r--r-- | docs/html/sdk/index.jd | 6 |
2 files changed, 9 insertions, 9 deletions
diff --git a/docs/html/sdk/android-1.6.jd b/docs/html/sdk/android-1.6.jd index 646b61d..7151325 100644 --- a/docs/html/sdk/android-1.6.jd +++ b/docs/html/sdk/android-1.6.jd @@ -74,7 +74,7 @@ Android 1.6 platform.</p> <p>API related:</p> <ul> -<li>Properly exposes CDMA-related constants {@link android.telephony.TelephonyManager}: <code>DATA_ACTIVITY_DORMANT</code>, +<li>Properly exposes CDMA-related constants in {@link android.telephony.TelephonyManager android.telephony.TelephonyManager}: <code>DATA_ACTIVITY_DORMANT</code>, <code>PHONE_TYPE_CDMA</code>, <code>NETWORK_TYPE_CDMA</code>, <code>NETWORK_TYPE_EVDO_0</code>, <code>NETWORK_TYPE_EVDO_A</code>, and <code>NETWORK_TYPE_1xRTT</code>.</li> @@ -362,15 +362,15 @@ determining the density of the current device screen.</li> <li>New attributes for the <a href="{@docRoot}guide/topics/manifest/uses-sdk-element.html">{@code <uses-sdk>}</a> element: <ul> - <li><code>maxSdkVersion</code>: This indicates the maximum API Level on which an application is - designed to run. If an application declares this attribute, the Android system prevents the user - from installing the application if the system's API Level is higher than the value specified in - this attribute. </li> - <li><code>targetSdkVersion</code>: This indicates the API Level that the application is targeting. + <li><code>targetSdkVersion</code>: Indicates the API Level that the application is targeting. It is able to run on older versions (down to minSdkVersion), but was explicitly tested to work with the version specified here. Specifying this version allows the platform to disable compatibility code that is not required or enable newer features that are not available to older applications. </li> + <li><code>maxSdkVersion</code>: Indicates the maximum API Level on which an application is + designed to run. <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> </li> diff --git a/docs/html/sdk/index.jd b/docs/html/sdk/index.jd index fd0576a..6ca02b6 100644 --- a/docs/html/sdk/index.jd +++ b/docs/html/sdk/index.jd @@ -3,15 +3,15 @@ sdk.redirect=0 sdk.version=2.0.1 sdk.date=December 2009 -sdk.win_download=android-sdk_r4-windows.zip +sdk.win_download=android-sdk_r04-windows.zip sdk.win_bytes=23069119 sdk.win_checksum=c48b407de852ba483869f17337e90997 -sdk.mac_download=android-sdk_r4-mac.zip +sdk.mac_download=android-sdk_r04-mac_86.zip sdk.mac_bytes=19657927 sdk.mac_checksum=b08512765aa9b0369bb9b8fecdf763e3 -sdk.linux_download=android-sdk_r4-linux.tgz +sdk.linux_download=android-sdk_r04-linux_86.tgz sdk.linux_bytes=15984887 sdk.linux_checksum=ef84b08fd9da84f4c4ae77564fe4eaee |
