Dirk Dougherty | ee58d1b | 2009-10-16 15:25:15 -0700 | [diff] [blame] | 1 | page.title=Android 1.5, Release 3 |
| 2 | sdk.platform.version=1.5 |
| 3 | sdk.platform.apiLevel=3 |
| 4 | sdk.platform.majorMinor=major |
| 5 | sdk.platform.releaseDate=April 2009 |
| 6 | sdk.platform.deployableDate=May 2009 |
| 7 | |
The Android Open Source Project | c2ad241 | 2009-03-19 23:08:54 -0700 | [diff] [blame] | 8 | @jd:body |
| 9 | |
Dirk Dougherty | ee58d1b | 2009-10-16 15:25:15 -0700 | [diff] [blame] | 10 | <div id="qv-wrapper"> |
| 11 | <div id="qv"> |
| 12 | |
| 13 | <h2>In this document</h2> |
| 14 | <ol> |
| 15 | <li><a href="#features">Platform Highlights</a></li> |
| 16 | <li><a href="#apps">Built-in Applications</a></li> |
| 17 | <li><a href="#locs">Locales</a></li> |
| 18 | <li><a href="#skins">Emulator Skins</a></li> |
| 19 | <li><a href="#notes">Other Notes</a></li> |
| 20 | <li><a href="#api">Framework API</a> |
| 21 | <ol> |
| 22 | <li><a href="#api-level">API level</a></li> |
| 23 | <li><a href="#api-changes">API changes summary</a></li> |
| 24 | <li><a href="{@docRoot}sdk/api_diff/{@sdkPlatformApiLevel}/changes.html">API differences report »</a> </li> |
| 25 | </ol></li> |
| 26 | </ol> |
| 27 | |
| 28 | <h2>See Also</h2> |
| 29 | <ol> |
| 30 | <li><a href="{@docRoot}sdk/adding-components.html">Adding SDK Components</a></li> |
| 31 | </ol> |
| 32 | |
| 33 | </div> |
| 34 | </div> |
| 35 | |
The Android Open Source Project | c2ad241 | 2009-03-19 23:08:54 -0700 | [diff] [blame] | 36 | <p> |
Dirk Dougherty | ee58d1b | 2009-10-16 15:25:15 -0700 | [diff] [blame] | 37 | <em>Date:</em> {@sdkPlatformReleaseDate}<br /> |
| 38 | <em>API Level:</em> <strong>{@sdkPlatformApiLevel}</strong></p> |
| 39 | |
| 40 | <p>Android {@sdkPlatformVersion} is a {@sdkPlatformMajorMinor} platform release |
| 41 | deployable to Android-powered handsets starting in {@sdkPlatformDeployableDate}. |
| 42 | The release includes new features for users and developers, as well as changes |
| 43 | in the Android framework API. </p> |
| 44 | |
| 45 | <p>For developers, the Android {@sdkPlatformVersion} platform is available as a |
| 46 | downloadable component for the Android SDK. The downloadable platform includes a |
| 47 | fully compliant Android library and system image, as well as a set of emulator |
| 48 | skins, sample applications, and more. The downloadable platform is fully |
| 49 | compliant and includes no external libraries. </p> |
| 50 | |
| 51 | <p>To get started developing or testing against the Android |
| 52 | {@sdkPlatformVersion} platform, use the Android SDK and AVD Manager tool to |
| 53 | download the platform into your Android 1.6 or later SDK. For more information, |
| 54 | see <a href="{@docRoot}sdk/adding-components.html">Adding SDK |
| 55 | Components</a>.</p> |
The Android Open Source Project | c2ad241 | 2009-03-19 23:08:54 -0700 | [diff] [blame] | 56 | |
| 57 | |
Dirk Dougherty | ee58d1b | 2009-10-16 15:25:15 -0700 | [diff] [blame] | 58 | <h2 id="features">Platform Highlights</h2> |
Dirk Dougherty | fe1f789 | 2009-04-21 18:52:41 -0700 | [diff] [blame] | 59 | |
Dirk Dougherty | ee58d1b | 2009-10-16 15:25:15 -0700 | [diff] [blame] | 60 | <p>For a list of new user features and platform highlights, see the <a |
| 61 | href="http://developer.android.com/sdk/android-{@sdkPlatformVersion}-highlights.html">Android |
| 62 | {@sdkPlatformVersion} Platform Highlights</a> document.</p> |
Dirk Dougherty | fe1f789 | 2009-04-21 18:52:41 -0700 | [diff] [blame] | 63 | |
Dirk Dougherty | fe1f789 | 2009-04-21 18:52:41 -0700 | [diff] [blame] | 64 | |
| 65 | <h2 id="apps">Built-in Applications</h2> |
| 66 | |
Dirk Dougherty | ee58d1b | 2009-10-16 15:25:15 -0700 | [diff] [blame] | 67 | <p>The system image included in the downloadable platform provides these |
| 68 | built-in applications:</p> |
| 69 | |
| 70 | <table style="border:0;padding-bottom:0;margin-bottom:0;"> |
| 71 | <tr> |
| 72 | <td style="border:0;padding-bottom:0;margin-bottom:0;"> |
Dirk Dougherty | fe1f789 | 2009-04-21 18:52:41 -0700 | [diff] [blame] | 73 | <ul> |
| 74 | <li>Alarm Clock</li> |
| 75 | <li>Browser</li> |
| 76 | <li>Calculator</li> |
| 77 | <li>Camcorder</li> |
| 78 | <li>Camera</li> |
| 79 | <li>Contacts</li> |
| 80 | <li>Custom Locale (developer app)</li> |
| 81 | <li>Dev Tools (developer app)</li> |
Dirk Dougherty | ee58d1b | 2009-10-16 15:25:15 -0700 | [diff] [blame] | 82 | </ul> |
| 83 | </td> |
| 84 | <td style="border:0;padding-bottom:0;margin-bottom:0;padding-left:5em;"> |
| 85 | <ul> |
Dirk Dougherty | fe1f789 | 2009-04-21 18:52:41 -0700 | [diff] [blame] | 86 | <li>Dialer</li> |
| 87 | <li>Email</li> |
| 88 | <li>Gallery</li> |
Dirk Dougherty | 4b50875 | 2009-07-16 08:51:33 -0700 | [diff] [blame] | 89 | <li>IME for Japanese text input</li> |
Dirk Dougherty | fe1f789 | 2009-04-21 18:52:41 -0700 | [diff] [blame] | 90 | <li>Messaging</li> |
| 91 | <li>Music</li> |
| 92 | <li>Settings</li> |
| 93 | <li>Spare Parts (developer app)</li> |
| 94 | </ul> |
Dirk Dougherty | ee58d1b | 2009-10-16 15:25:15 -0700 | [diff] [blame] | 95 | </td> |
| 96 | </tr> |
| 97 | </table> |
Dirk Dougherty | fe1f789 | 2009-04-21 18:52:41 -0700 | [diff] [blame] | 98 | |
Dirk Dougherty | ee58d1b | 2009-10-16 15:25:15 -0700 | [diff] [blame] | 99 | <h2 id="locs" style="margin-top:.75em;">Locales</h2> |
Dirk Dougherty | fe1f789 | 2009-04-21 18:52:41 -0700 | [diff] [blame] | 100 | |
Dirk Dougherty | ee58d1b | 2009-10-16 15:25:15 -0700 | [diff] [blame] | 101 | <p>The system image included in the downloadable platform provides a variety of |
| 102 | built-in locales. In some cases, region-specific strings are available for the |
| 103 | locales. In other cases, a default version of the language is used. The |
Dirk Dougherty | eeb0b25 | 2009-10-22 16:08:32 -0700 | [diff] [blame] | 104 | languages that are available in the Android {@sdkPlatformVersion} system |
| 105 | image are listed below (with <em>language</em>_<em>country/region</em> |
| 106 | locale descriptor).</p> |
Dirk Dougherty | fe1f789 | 2009-04-21 18:52:41 -0700 | [diff] [blame] | 107 | |
Dirk Dougherty | ee58d1b | 2009-10-16 15:25:15 -0700 | [diff] [blame] | 108 | <table style="border:0;padding-bottom:0;margin-bottom:0;"> |
Dirk Dougherty | 6edea74 | 2009-04-24 11:32:25 -0700 | [diff] [blame] | 109 | <tr> |
Dirk Dougherty | ee58d1b | 2009-10-16 15:25:15 -0700 | [diff] [blame] | 110 | <td style="border:0;padding-bottom:0;margin-bottom:0;"> |
Dirk Dougherty | fe1f789 | 2009-04-21 18:52:41 -0700 | [diff] [blame] | 111 | <ul> |
| 112 | <li>Chinese, PRC (zh_CN)</li> |
| 113 | <li>Chinese, Taiwan (zh_TW)</li> |
| 114 | <li>Czech (cs_CZ)</li> |
| 115 | <li>Dutch, Netherlands (nl_NL)</li> |
| 116 | <li>Dutch, Belgium (nl_BE)</li> |
| 117 | <li>English, US (en_US)</li> |
| 118 | <li>English, Britain (en_GB)</li> |
Dirk Dougherty | ee58d1b | 2009-10-16 15:25:15 -0700 | [diff] [blame] | 119 | <li>English, Canada (en_CA)</li> |
Dirk Dougherty | fe1f789 | 2009-04-21 18:52:41 -0700 | [diff] [blame] | 120 | <li>English, Australia (en_AU)</li> |
| 121 | <li>English, New Zealand (en_NZ)</li> |
| 122 | <li>English, Singapore(en_SG)</li> |
| 123 | <li>French, France (fr_FR)</li> |
Dirk Dougherty | fe1f789 | 2009-04-21 18:52:41 -0700 | [diff] [blame] | 124 | <li>French, Belgium (fr_BE)</li> |
Dirk Dougherty | 6edea74 | 2009-04-24 11:32:25 -0700 | [diff] [blame] | 125 | </ul> |
| 126 | </td> |
Dirk Dougherty | ee58d1b | 2009-10-16 15:25:15 -0700 | [diff] [blame] | 127 | <td style="border:0;padding-bottom:0;margin-bottom:0;padding-left:5em;"> |
Dirk Dougherty | fe1f789 | 2009-04-21 18:52:41 -0700 | [diff] [blame] | 128 | <li>French, Canada (fr_CA)</li> |
| 129 | <li>French, Switzerland (fr_CH)</li> |
| 130 | <li>German, Germany (de_DE)</li> |
Dirk Dougherty | ee58d1b | 2009-10-16 15:25:15 -0700 | [diff] [blame] | 131 | <li>German, Austria (de_AT)</li> |
Dirk Dougherty | fe1f789 | 2009-04-21 18:52:41 -0700 | [diff] [blame] | 132 | <li>German, Switzerland (de_CH)</li> |
| 133 | <li>German, Liechtenstein (de_LI)</li> |
| 134 | <li>Italian, Italy (it_IT)</li> |
| 135 | <li>Italian, Switzerland (it_CH)</li> |
| 136 | <li>Japanese (ja_JP)</li> |
| 137 | <li>Korean (ko_KR)</li> |
| 138 | <li>Polish (pl_PL)</li> |
| 139 | <li>Russian (ru_RU)</li> |
| 140 | <li>Spanish (es_ES)</li> |
Dirk Dougherty | 6edea74 | 2009-04-24 11:32:25 -0700 | [diff] [blame] | 141 | </td> |
| 142 | </tr> |
| 143 | </table> |
Dirk Dougherty | fe1f789 | 2009-04-21 18:52:41 -0700 | [diff] [blame] | 144 | |
Dirk Dougherty | ee58d1b | 2009-10-16 15:25:15 -0700 | [diff] [blame] | 145 | <p>Localized UI strings match the locales that are accessible |
| 146 | through Settings.</p> |
Dirk Dougherty | fe1f789 | 2009-04-21 18:52:41 -0700 | [diff] [blame] | 147 | |
Dirk Dougherty | eeb0b25 | 2009-10-22 16:08:32 -0700 | [diff] [blame] | 148 | <h2 id="skins">Emulator Skins</h2> |
Dirk Dougherty | fe1f789 | 2009-04-21 18:52:41 -0700 | [diff] [blame] | 149 | |
Dirk Dougherty | ee58d1b | 2009-10-16 15:25:15 -0700 | [diff] [blame] | 150 | <p>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: </p> |
Dirk Dougherty | fe1f789 | 2009-04-21 18:52:41 -0700 | [diff] [blame] | 151 | |
| 152 | <ul> |
Dirk Dougherty | ee58d1b | 2009-10-16 15:25:15 -0700 | [diff] [blame] | 153 | <li> |
| 154 | QVGA-P (240x320, low density, small screen) |
| 155 | </li> |
| 156 | <li> |
| 157 | QVGA-L (320x480, low density, small screen) |
| 158 | </li> |
| 159 | <li> |
| 160 | HVGA (320x480, medium density, normal screen) |
| 161 | </li> |
| 162 | <li> |
| 163 | HVGA-P (320x480, medium density, normal screen) |
| 164 | </li> |
| 165 | <li> |
| 166 | HVGA-L (320x480, medium density, normal screen) |
| 167 | </li> |
| 168 | </ul> |
| 169 | |
| 170 | <p>For more information about how to develop an application that displays and functions properly on all Android-powered devices, see <a href="{@docRoot}guide/practices/screens_support.html">Supporting Multiple Screens</a>.</p> |
| 171 | |
| 172 | |
| 173 | <h2 id="api">Framework API</h2> |
| 174 | |
| 175 | <p>The sections below provide information about the application framework API provided by the Android {@sdkPlatformVersion} platform. </p> |
| 176 | |
| 177 | |
| 178 | <h3 id="api-level">API level</h3> |
| 179 | |
| 180 | <p>The Android {@sdkPlatformVersion} platform delivers an updated version of the framework |
| 181 | API. As with previous versions, the Android {@sdkPlatformVersion} API |
| 182 | is assigned an integer identifier — <strong>{@sdkPlatformApiLevel}</strong> — that is |
| 183 | stored in the system itself. This identifier, called the "API Level", allows the |
| 184 | system to correctly determine whether an application is compatible with |
| 185 | the system, prior to installing the application. </p> |
| 186 | |
| 187 | <p>To use APIs introduced in Android {@sdkPlatformVersion} in your application, you need to |
Dirk Dougherty | eeb0b25 | 2009-10-22 16:08:32 -0700 | [diff] [blame] | 188 | set the proper value, "{@sdkPlatformApiLevel}", in the attributes of the <code><uses-sdk></code> |
| 189 | element in your application's manifest. </p> |
Dirk Dougherty | ee58d1b | 2009-10-16 15:25:15 -0700 | [diff] [blame] | 190 | |
| 191 | <p>For more information about how to use API Level, see the <a |
| 192 | href="{@docRoot}guide/appendix/api-levels.html">API Levels</a> document. </p> |
| 193 | |
| 194 | <h3 id="api-changes">API changes summary</h3> |
| 195 | |
| 196 | <h4>UI framework</h4> |
Dirk Dougherty | fe1f789 | 2009-04-21 18:52:41 -0700 | [diff] [blame] | 197 | <ul> |
| 198 | <li>Framework for easier background/UI thread interaction</li> |
Dirk Dougherty | 6edea74 | 2009-04-24 11:32:25 -0700 | [diff] [blame] | 199 | <li>New {@link android.widget.SlidingDrawer SlidingDrawer} widget</li> |
| 200 | <li>New {@link android.widget.HorizontalScrollView HorizontalScrollview} widget</li> |
Dirk Dougherty | fe1f789 | 2009-04-21 18:52:41 -0700 | [diff] [blame] | 201 | </ul> |
| 202 | |
Dirk Dougherty | ee58d1b | 2009-10-16 15:25:15 -0700 | [diff] [blame] | 203 | <h4>AppWidget framework</h4> |
Dirk Dougherty | fe1f789 | 2009-04-21 18:52:41 -0700 | [diff] [blame] | 204 | <ul> |
Dirk Dougherty | 6edea74 | 2009-04-24 11:32:25 -0700 | [diff] [blame] | 205 | <li>APIs for creating secure home screen {@link android.appwidget |
| 206 | AppWidgets}. For information about how to use AppWidgets, see the Developer's |
| 207 | Guide <a href="{@docRoot}guide/topics/appwidgets/index.html">AppWidgets</a> |
| 208 | documentation. Also see <a |
| 209 | href="http://android-developers.blogspot.com/2009/04/introducing-home-screen-widgets-and.html"> |
| 210 | Introducing home screen widgets and the AppWidget |
| 211 | framework</a> on the Android Developer's Blog.</li> |
| 212 | <li>APIs for populating {@link android.provider.LiveFolders Live Folders} |
| 213 | with custom content.</li> |
Dirk Dougherty | fe1f789 | 2009-04-21 18:52:41 -0700 | [diff] [blame] | 214 | </ul> |
| 215 | |
Dirk Dougherty | ee58d1b | 2009-10-16 15:25:15 -0700 | [diff] [blame] | 216 | <h4>Media framework</h4> |
Dirk Dougherty | fe1f789 | 2009-04-21 18:52:41 -0700 | [diff] [blame] | 217 | <ul> |
| 218 | <li>Raw audio recording and playback APIs</li> |
| 219 | <li>Interactive MIDI playback engine</li> |
| 220 | <li>Video recording APIs for developers (3GP format)</li> |
| 221 | <li>Video and photo sharing Intents</li> |
| 222 | <li>Media search Intent</li> |
| 223 | </ul> |
Dirk Dougherty | 6edea74 | 2009-04-24 11:32:25 -0700 | [diff] [blame] | 224 | |
Dirk Dougherty | ee58d1b | 2009-10-16 15:25:15 -0700 | [diff] [blame] | 225 | <h4>Input Method framework </h4> |
Dirk Dougherty | fe1f789 | 2009-04-21 18:52:41 -0700 | [diff] [blame] | 226 | <ul> |
Dirk Dougherty | 6edea74 | 2009-04-24 11:32:25 -0700 | [diff] [blame] | 227 | <li>{@link android.inputmethodservice.InputMethodService Input Method |
| 228 | Service} framework</li> |
| 229 | <li>Text-prediction engine</li> |
Dirk Dougherty | fe1f789 | 2009-04-21 18:52:41 -0700 | [diff] [blame] | 230 | <li>Ability to provide downloadable IMEs to users</li> |
| 231 | </ul> |
Dirk Dougherty | 6edea74 | 2009-04-24 11:32:25 -0700 | [diff] [blame] | 232 | |
Dirk Dougherty | ee58d1b | 2009-10-16 15:25:15 -0700 | [diff] [blame] | 233 | <h4>Application-defined hardware requirements</h4> |
Dirk Dougherty | 6edea74 | 2009-04-24 11:32:25 -0700 | [diff] [blame] | 234 | <p>Applications can now use a new element in their manifest files, <a |
Dirk Dougherty | ee58d1b | 2009-10-16 15:25:15 -0700 | [diff] [blame] | 235 | href="{@docRoot}guide/topics/manifest/uses-configuration-element.html"><code><uses-configuration></code></a> |
| 236 | to indicate to the Android system what hardware features |
Dirk Dougherty | 6edea74 | 2009-04-24 11:32:25 -0700 | [diff] [blame] | 237 | they require in order to function properly. For example, an application might |
| 238 | use the element to specify that it requires a physical keyboard or a particular |
| 239 | navigation device, such as a trackball. Prior to installing the application, the |
| 240 | Android system checks the attributes defined for the |
Dirk Dougherty | fe1f789 | 2009-04-21 18:52:41 -0700 | [diff] [blame] | 241 | <code><uses-configuration></code> element and allows the installation to |
Dirk Dougherty | 6edea74 | 2009-04-24 11:32:25 -0700 | [diff] [blame] | 242 | continue only if the required hardware is present.</p> |
Dirk Dougherty | 6edea74 | 2009-04-24 11:32:25 -0700 | [diff] [blame] | 243 | |
Dirk Dougherty | ee58d1b | 2009-10-16 15:25:15 -0700 | [diff] [blame] | 244 | <h4>Speech recognition framework</h4> |
Dirk Dougherty | fe1f789 | 2009-04-21 18:52:41 -0700 | [diff] [blame] | 245 | <ul> |
Dirk Dougherty | 6edea74 | 2009-04-24 11:32:25 -0700 | [diff] [blame] | 246 | <li>Support for using speech recognition libraries via Intent. See {@link |
| 247 | android.speech.RecognizerIntent RecognizerIntent}.</li> |
Dirk Dougherty | fe1f789 | 2009-04-21 18:52:41 -0700 | [diff] [blame] | 248 | </ul> |
Dirk Dougherty | 6edea74 | 2009-04-24 11:32:25 -0700 | [diff] [blame] | 249 | |
Dirk Dougherty | ee58d1b | 2009-10-16 15:25:15 -0700 | [diff] [blame] | 250 | <h4>Miscellaneous API additions</h4> |
Dirk Dougherty | fe1f789 | 2009-04-21 18:52:41 -0700 | [diff] [blame] | 251 | <ul> |
Dirk Dougherty | 6edea74 | 2009-04-24 11:32:25 -0700 | [diff] [blame] | 252 | <li>LocationManager - Applications can get location change updates via |
| 253 | Intent</li> |
Dirk Dougherty | fe1f789 | 2009-04-21 18:52:41 -0700 | [diff] [blame] | 254 | <li>WebView - Touch start/end/move/cancel DOM event support</li> |
Dirk Dougherty | 6edea74 | 2009-04-24 11:32:25 -0700 | [diff] [blame] | 255 | <li>Redesigned {@link android.hardware.SensorManager Sensor Manager |
| 256 | APIs}</li> |
Dirk Dougherty | fe1f789 | 2009-04-21 18:52:41 -0700 | [diff] [blame] | 257 | <li>GLSurfaceView - convenience framework for creating OpenGL |
Dirk Dougherty | 6edea74 | 2009-04-24 11:32:25 -0700 | [diff] [blame] | 258 | applications</li> |
Dirk Dougherty | fe1f789 | 2009-04-21 18:52:41 -0700 | [diff] [blame] | 259 | <li>Broadcast Intent for app update install succeeded - for smoother app |
Dirk Dougherty | 6edea74 | 2009-04-24 11:32:25 -0700 | [diff] [blame] | 260 | upgrade experience</li> |
Dirk Dougherty | fe1f789 | 2009-04-21 18:52:41 -0700 | [diff] [blame] | 261 | </ul> |
The Android Open Source Project | c2ad241 | 2009-03-19 23:08:54 -0700 | [diff] [blame] | 262 | |
| 263 | |
Dirk Dougherty | ee58d1b | 2009-10-16 15:25:15 -0700 | [diff] [blame] | 264 | <h3 id="api-diff">API differences report</h3> |
The Android Open Source Project | c2ad241 | 2009-03-19 23:08:54 -0700 | [diff] [blame] | 265 | |
Dirk Dougherty | ee58d1b | 2009-10-16 15:25:15 -0700 | [diff] [blame] | 266 | <p>For a detailed view of API changes in Android {@sdkPlatformVersion} (API Level {@sdkPlatformApiLevel}), as compared to |
| 267 | the previous version, see the <a href="{@docRoot}sdk/api_diff/{@sdkPlatformApiLevel}/changes.html">API |
| 268 | Differences Report</a>.</p> |