Lines Matching full:apis
257 <p>To use APIs introduced in Android {@sdkPlatformVersion} in your application, you need to
277 <li>New APIs for sync adapters to connect to any backend</li>
287 <li>New contacts APIs that allow for data from multiple accounts</li>
288 <li>New Quick Contact framework APIs enable developers to create contact badges in their app. Clicking on the badge opens a window with a list of ways to contact the person with one click.</li>
311 <li>New WallpaperManager API replaces and extends the wallpaper APIs that were previously in Context, to allow applications to request and set the system wallpaper.</li>
312 <li>New Service APIs to help applications correctly handle Service life-cycle, in particular low memory situations where a Service may be killed while it is running.
318 <li>KeyEvent has new key dispatching APIs, to help implement action-on-up and long press behavior, as well a new mechanism to cancel key presses (for virtual keys).</li>
320 <li>New Intent APIs that broadcast the docking state of the device and allow applications to launch special activities when the device is placed in a desktop or car dock.</li>
341 <p>If your application will use APIs introduced in Android 2.0 (API Level 5),
342 you can take advantage of new APIs for managing key-event pairs:</p>