Home | History | Annotate | Download | only in versions

Lines Matching full:application

79 android:name="android.software.sip.voip"&gt;</code> to the application manifest.</p>
125 android:required="true"&gt;</code> to the application's manifest.</p>
127 <p class="note">To look at a sample application that uses the NFC API, see
137 applications, whether they are running on the application framework or in native
147 android:required="true"&gt;</code> to the application manifest.</p>
174 in the ApiDemos sample application.</p>
199 <li>New audio session ID that lets an application associate a set of audio
219 in the ApiDemos sample application.</p>
227 setOrientationHint()} method lets an application tell {@link
249 application provide all the information necessary to request a new download,
257 an application query for and filter active downloads.</li>
264 When implemented in an application, StrictMode catches and notifies the
265 developer of accidental disk or network activity that could degrade application
266 performance, such as activity taking place on the application's main thread
282 application, see the class documentation and sample code at {@link
308 <li>New support for touch filtering, which lets an application improve the
326 in the ApiDemos sample application.</p>
347 move up and down. The class adds a variety of methods that let an application
359 <li>A new <code>setComposingRegion</code> method lets an application mark a
362 application. The methods are available in {@link
390 actively perceptible to the user. An example would be an application performing
441 alarm clock application. Applications that wish to receive the
447 which alarm clock application to use.</li>
451 PLAY_FROM_SEARCH}, that lets an application search for music media and
453 application could fire this Intent as the result of a voice recognition command
459 likewise prevent application sounds and music from showing up in the Music
466 MANAGE_ALL_APPLICATIONS_SETTINGS}, which let an application show the details
467 screen for a specific application or show the Manage Applications screen. </li>
477 <li>The {@link android.location.LocationManager} now tracks application
480 application.
486 wake and wifi locks initiated by an application and adds it to the application's
491 <li>A new {@link android.location.Criteria} class lets an application specify a
546 application's system process and execute on the application's main UI thread,
593 element, to indicate whether the application supports
624 <li><code>com.android.permission.SET_ALARM</code> &mdash; Allows an application
628 <li><code>android.permission.USE_SIP</code> &mdash; Allows an application to use
630 <li><code>android.permission.NFC</code> &mdash; Allows an application to use the
637 in their application manifests as being required by their applications. This
638 lets developers control how their application is filtered, when published on
643 android.hardware.audio.low_latency} &mdash; The application uses a low-latency
647 android.hardware.camera.front} &mdash; The application uses a front-facing
650 &mdash; The application uses NFC radio features in the device.</li>
652 android.hardware.sensor.barometer} &mdash; The application uses the device's
655 android.hardware.sensor.gyroscope} &mdash; The application uses the device's
658 &mdash; The application uses the SIP API on the device.</li>
660 android.software.sip.voip} &mdash; The application uses a SIP-based VoIP
664 android.hardware.touchscreen.multitouch.jazzhand} &mdash; The application uses
688 system to correctly determine whether an application is compatible with
689 the system, prior to installing the application. </p>
691 <p>To use APIs introduced in Android {@sdkPlatformVersion} in your application,
692 you need compile the application against the Android library that is provided in
695 attribute to the <code>&lt;uses-sdk&gt;</code> element in the application's
696 manifest. If your application is designed to run only on Android 2.3 and higher,
697 declaring the attribute prevents the application from being installed on earlier