Home | History | Annotate | Download | only in versions

Lines Matching full:applications

93 control over how their applications are displayed across different screen sizes.
101 provide density abstraction, which means that applications do not need to
115 is important for applications because it represents the shortest possible width
140 <p>Additionally, applications can still query the system and manage UI and
276 added in a later platform release. Applications that require
285 <p>Android 3.2 provides a new screen compatibility mode for applications
296 applications, the platform allows the application to disable it using manifest
301 to control compatibility mode in your applications, please review the <a
308 <p>To meet the needs of applications running on 720p televisions or similar with
310 <code>tvdpi</code>, with an approximate dpi of 213. Applications can query for
317 <p>In general, applications should not need to work with this density. For situations
368 getRectSize()} let applications get the raw size of the display.</li>
381 <li>New applications should use Fragments instead of these classes. To
396 <li>Applications that use the platform's media provider ({@link
398 removeable SD card, where supported by the device. Applications can also
465 in {@link android.os.Binder} and {@link android.os.IBinder} let applications
468 android.os.IBinder#TWEET_TRANSACTION} lets applications send a tweet
486 <p>Google Play filters applications based on their <code>&lt;uses-feature&gt;</code> attributes, to ensure that they are available only to devices on which their requirements are met. </p>
491 <p>Android 3.2 introduces new feature constants that let applications specify whether they require display in landscape orientation, portrait orientation, or both. Declaring these constants indicates that the application must not be installed on a device that doesn't offer the associated orientation. Conversely, if one or both of the constants are not declared, it indicates that the application does not have a preference for the undeclared orientations and may be installed on a device that doesn't offer them. </p>