Home | History | Annotate | Download | only in versions

Lines Matching full:application

203 system to correctly determine whether an application is compatible with
204 the system, prior to installing the application. </p>
207 application, you need to set the proper value, "{@sdkPlatformApiLevel}", in the
209 element in your application's manifest. </p>
217 <p>The sections below provide information about the application framework API provided by the Android {@sdkPlatformVersion} platform. </p>
239 </li><p>To use APIs introduced in Android {@sdkPlatformVersion} in your application, you need to
241 element in your application's manifest. </p>
260 that lets your application track user events and provide visual, audible, or
300 application is designed and tested to support, where "size" is a combination
301 of resolution and density. If your application is run on a device whose screen
303 displays the application in <em>compatibility mode</em>, which performs best-effort scaling
304 of the application UI to match the resolution and density of the screen.
306 <p>The attributes available for defining an application's screen support are:
311 application is designed to run on devices with small screens.
315 the application is designed to run on devices with normal screens.
319 the application is designed to run on devices with significantly
321 the application's part to make proper use of the screen area.
325 the application can accommodate any screen density.
328 the application can expand its layout to fit slightly larger screens.
335 element lets an application specify hardware (or other)
336 features that it requires to function normally. When an application
337 specifies such features, the system allows the application to be installed only
341 <li><code>name</code>: The name of the feature required by the application. Currently accepts
350 <li><code>targetSdkVersion</code>: Indicates the API Level that the application is targeting.
355 <li><code>maxSdkVersion</code>: Indicates the maximum API Level on which an application is
376 Allows an application to install a location provider into the Location Manager.
379 Allows an application to read (but not write) the user's browsing history
383 Allows an application to write (but not read) the user's browsing history
387 Allows an application to write to external storage. Applications using API Level 3
488 use for modeling your application in different screen sizes and resolutions.
506 <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>