From b149ee883502af8ae71757f9098c8e98c8548d25 Mon Sep 17 00:00:00 2001
From: Scott Main
+Date: {@sdkPlatformReleaseDate} Android {@sdkPlatformVersion} is a {@sdkPlatformMajorMinor} platform release
+deployable to Android-powered handsets starting in {@sdkPlatformDeployableDate}.
+This release includes new API
+changes and bug fixes. For information on changes, see the Framework API
+section. For developers, the Android {@sdkPlatformVersion} platform is available as a
+downloadable component for the Android SDK. The downloadable platform includes a
+fully compliant Android library and system image, as well as a set of emulator
+skins, sample applications, and more. The downloadable platform
+includes no external libraries. To get started developing or testing against the Android
+{@sdkPlatformVersion} platform, use the Android SDK and AVD Manager tool to
+download the platform into your Android SDK. For more information,
+see Adding SDK
+Components. Android {@sdkPlatformVersion} does not add significant user features, see the Android
+2.0 Platform Highlights document for the latest user features. The system image included in the downloadable platform provides these
+built-in applications: The system image included in the downloadable platform provides a variety of
+built-in locales. In some cases, region-specific strings are available for the
+locales. In other cases, a default version of the language is used. The
+languages that are available in the Android {@sdkPlatformVersion} system
+image are listed below (with language_country/region locale
+descriptor). Localized UI strings match the locales that are accessible
+through Settings. The downloadable platform includes a set of emulator skins that you can use
+for modeling your application in different screen sizes and resolutions. The
+emulator skins are: For more information about how to develop an application that displays
+and functions properly on all Android-powered devices, see Supporting Multiple
+Screens. The sections below provide information about changes made to the application
+framework API provided by the Android {@sdkPlatformVersion} platform. The Android {@sdkPlatformVersion} platform delivers an updated version of
+the framework API. The Android {@sdkPlatformVersion} API
+is assigned an integer identifier —
+{@sdkPlatformApiLevel} — that is
+stored in the system itself. This identifier, called the "API Level", allows the
+system to correctly determine whether an application is compatible with
+the system, prior to installing the application. To use APIs introduced in Android {@sdkPlatformVersion} in your
+application, you need to set the proper value, "{@sdkPlatformApiLevel}", in the
+attributes of the For more information about how to use API Level, see the API Levels document. The following is a summary of some notable changes to the framework APIs. The following additions provide APIs for you to develop active (and
+interactive) wallpapers: For a detailed view of all API changes in Android {@sdkPlatformVersion} (API
+Level {@sdkPlatformApiLevel}), as compared to API Level 6, see the API
+Differences Report.In this document
+
+
+
+See Also
+
+
+
+API Level: {@sdkPlatformApiLevel}Platform Highlights
+
+Built-in Applications
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Locales
+
+
+
+
+
+
+
+
+
+
+
+
+Emulator Skins
+
+
+
+
+Framework API
+
+API level
+
+<uses-sdk> element in your application's
+manifest. API changes summary
+
+Live Wallpapers
+
+
+
+
+Telephony
+
+
+
+
+Views
+
+
+
+
+WebKit
+
+
+
+
+
+
+
+
+API differences report
+
+
Adds support for the Nexus One. Released January 2010.
+Adds support for the Verizon Droid (or similar hardware on other carriers). Released November 2009.
@@ -55,6 +58,7 @@ devices:* Or similar hardware on other carriers
Any additional devices will require Windows drivers provided by diff --git a/telephony/java/android/telephony/PhoneStateListener.java b/telephony/java/android/telephony/PhoneStateListener.java index 9bfd900c6e59d..4f9cb2e4f732b 100644 --- a/telephony/java/android/telephony/PhoneStateListener.java +++ b/telephony/java/android/telephony/PhoneStateListener.java @@ -153,7 +153,7 @@ public class PhoneStateListener { * @see ServiceState#STATE_IN_SERVICE * @see ServiceState#STATE_OUT_OF_SERVICE * @see ServiceState#STATE_POWER_OFF - * @deprecated see #onSignalStrengthsChanged + * @deprecated Use {@link #onSignalStrengthsChanged(SignalStrength)} */ @Deprecated public void onSignalStrengthChanged(int asu) {