Home | History | Annotate | Download | only in sdk

Lines Matching full:apis

13   <li><a href="#Honeycomb">Previous APIs</a></li>
34 developers. Besides all the new features and APIs discussed below, Android 4.0 is an important
35 platform release because it brings the extensive set of APIs and Holographic themes from Android 3.x
94 <p>The sections below provide a technical overview of new APIs in Android 4.0.</p>
106 <li><a href="#Contacts">Social APIs in Contacts Provider</a></li>
138 <h3 id="Contacts">Social APIs in Contacts Provider</h3>
140 <p>The contact APIs defined by the {@link android.provider.ContactsContract} provider have been
203 <p>The new {@link android.provider.ContactsContract.DataUsageFeedback} APIs allow you to help track
214 <p>The new calendar APIs allow you to read, add, modify and delete calendars, events, attendees,
217 <p>A variety of apps and widgets can use these APIs to read and modify calendar events. However,
306 services. These apps can use the Voicemail Provider APIs to add their voicemails to the device. The
312 <p>Because the APIs currently do not allow third-party apps to read all the voicemails from the
313 system, the only third-party apps that should use the voicemail APIs are those that have voicemail
329 <p>Android 4.0 adds several new APIs for applications that interact with media such as photos,
341 must have a valid OpenGL context before it can use the effects APIs. The textures to which you apply
464 <p>The {@link android.hardware.Camera} class now includes APIs for detecting faces and controlling
470 <p>Camera apps can now enhance their abilities with Android?s face detection APIs, which not
650 <p>If your application doesn?t use NFC APIs to perform NDEF Push messaging, then Android provides a
671 provides a set of Wi-Fi P2P APIs that allow you to discover and connect to other devices when each
675 <p>A new package, {@link android.net.wifi.p2p}, contains all the APIs for performing peer-to-peer
679 android.net.wifi.p2p.WifiP2pManager} includes APIs that allow you to:</p>
714 <p>In order to use the Wi-Fi P2P APIs, your app must request the following user permissions:</p>
776 android.bluetooth.BluetoothHealth} APIs.</li>
789 and extended APIs that allow you to provide more information about view content or
871 the new the accessibility APIs, you can do so with the latest version of the <em>v4 support
873 using a set of utility classes that provide the new accessibility APIs in a backward-compatible
923 <h4>Other accessibility APIs</h4>
926 android.view.accessibility.AccessibilityManager} has some new APIs such as:</p>
971 <p>Android?s text-to-speech (TTS) APIs have been significantly extended to allow applications to
973 couple new APIs for selecting an engine.</p>
995 file. In Android 4.0, there is a complete set of framework APIs for building TTS engines. </p>
1018 <p>For an example TTS engine using the new APIs, see the <a
1080 <li>RS for each from the framework APIs</li>
1146 <p>The new {@link android.security.KeyChain} class provides APIs that allow you to import and access
1215 <p>If you want to use the navigation tabs provided by the {@link android.app.ActionBar.Tab} APIs,
1280 href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/app/ActionBarActionProviderActivity.html"
1312 <h4>Other APIs for action bar</h4>
1357 href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/view/index.html">ApiDemos</a
1389 href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/view/Switches.html">Switches
1469 android.view.WindowManager.LayoutParams#FLAG_FULLSCREEN} flag. In Android 4.0, the APIs that control
1503 href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/view/OverscanActivity.html">
1542 href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/view/Hover.html">Hover</a> class in
1548 <p>Android now provides APIs for receiving input from a stylus input device such as a digitizer
1583 href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/graphics/TouchPaint.html">TouchPaint
1750 <h2 id="Honeycomb">Previous APIs</h2>
1752 <p>In addition to everything above, Android 4.0 naturally supports all APIs from previous releases.
1754 been developing primarily for handsets, then you might not be aware of all the APIs added to Android
1757 <p>Here's a look at some of the most notable APIs you might have missed that are now available
1778 <li>Drag and drop: A set of APIs built into the view framework that facilitates drag and drop
1813 <li>USB APIs: Powerful new APIs for integrating connected peripherals with
1814 Android applications. The APIs are based on a USB stack and services that are
1817 <li>MTP/PTP APIs: Applications can interact directly with connected cameras and other PTP
1822 <li>RTP APIs: Android exposes an API to its built-in RTP (Real-time Transport Protocol) stack,
1829 notes for many more new APIs.</li>
1836 <li>New screens support APIs that give you more control over how your applications are
1854 notes for other new APIs.</li>
1870 <p>To use APIs introduced in Android {@sdkPlatformVersion} in your application, you need compile the