Lines Matching full:application

34         <a href="#section-3.2.3.1">3.2.3.1. Core Application Intents</a><br/>
42 <a href="#section-3.3.1">3.3.1 Application Binary Interfaces</a><br/>
60 <a href="#section-3.8.7">3.8.7. Recent Application Display</a><br/>
70 <a href="#section-4">4. Application Packaging Compatibility</a><br/>
93 <a href="#section-7.1.5">7.1.5. Legacy Application Compatibility Mode</a><br/>
137 <a href="#section-7.6.2">7.6.2. Application Shared Storage</a><br/>
213 <a name="resources20"></a><li>Application Resources: <a href="http://code.google.com/android/refere…
270 <a name="resources77"></a><li>Android Application Development-Related Settings: <a href="http://dev…
284 Android applications. The Android application programming interface (API) is
302 be enforced at application compile time.</p>
329 accessible to third-party application code. For Android 4.2, this
335 accessible to third-party application code. For Android 4.2, this
482 <a name="section-3.2.3.1"></a><h4>3.2.3.1. Core Application Intents</h4>
501 <!-- <li>LivePicker (that is, the Live Wallpaper picker application; MAY be omitted
557 <a name="section-3.3.1"></a><h4>3.3.1 Application Binary Interfaces</h4>
559 application .apk file as an ELF .so file compiled for the appropriate device
561 processor technology, Android defines a number of Application Binary
573 <li>MUST accurately report the native Application Binary Interface (ABI)
639 <li>application cache/offline operation [<a href="#resources12">Resources, 12</a>]</li>
654 <p>Device implementations MUST include a standalone Browser application for
657 application is used, the <code>android.webkit.WebView</code> component
661 Browser application.</p>
662 <p>The standalone Browser application (whether based on the upstream
663 WebKit Browser application or a third-party replacement) SHOULD include support
668 <li>application cache/offline operation [<a href="#resources12">Resources, 12</a>]</li>
759 and device implementations MAY allocate more memory per application.</p>
765 <td><b>Application Memory</b></td>
805 The Android Open Source reference release includes a Launcher application that
813 implementation MUST provide a separate application accessible from the Launcher
845 application's data into the global system search. Generally speaking, this
869 across an entire Activity or application. Android 4.2 includes a "Holo"
870 or "holographic" theme as a set of defined styles for application developers to
876 styles for application developers to use if they want to match the look and feel
902 <a name="section-3.8.7"></a><h4>3.8.7. Recent Application Display</h4>
904 displaying recent applications using a thumbnail image of the application's
905 graphical state at the moment the user last left the application. Device
919 <p>Android 4.2 includes support for application widgets that users can embed in the home screen or …
921 Application widgets allow quick access to application data and services without launching a new act…
925 <li>Device implementations MUST support application widgets on the home screen.</li>
927 then device implementations MUST support application widgets on the lock screen.</li>
1009 <a name="section-4"></a><h2>4. Application Packaging Compatibility</h2>
1371 <p>When an application has used the <code>android.media.AudioRecord</code> API to
1384 <p>In addition to the above recording specifications, when an application has
1407 <li>"output latency" is defined as the interval between when an application
1415 to the device and when an application reads the corresponding frame of PCM-coded data</li>
1505 <p>Android 4.2 includes support for developers to configure application development-related setting…
1507 application development-related settings [<a href="#resources77">Resources, 77</a>]. The upstream A…
1542 <p>Android 4.2 includes facilities that automatically adjust application
1600 help application developers target application resources. Device
1628 respect the application's request for a specific screen orientation. Device
1669 wanted to enable hardware acceleration for 2D graphics at the Application,
1686 <a name="section-7.1.5"></a><h4>7.1.5. Legacy Application Compatibility Mode</h4>
1691 application compatibility mode as implemented by the upstream Android open source
2184 in the camera driver (transparent to application software)</li>
2188 registered on a Camera preview surface, unless the application has explicitly
2192 system camera application, but only to third-party applications using
2214 <li>If the current application has explicitly requested that the Camera
2219 application.</li>
2226 to application callbacks or committed to media storage</li>
2232 <li>If an application has never called
2235 preview data provided to application callbacks.</li>
2236 <li>If an application registers an <code>android.hardware.Camera.PreviewCallback
2290 available for application private data. That is, the <code>/data</code> partition MUST be at
2296 <a name="section-7.6.2"></a><h4>7.6.2. Application Shared Storage</h4>
2305 shared storage. Shared storage MUST otherwise be writable by any application
2387 <td>Application Launch Time</td>
2394 complete loading the default activity for the application, including the time
2401 already-running application after it has been launched must take less than the
2426 <p>Device implementations MUST support the Android application sandbox model,
2427 in which each application runs as a unique Unix-style UID and in a separate
2469 for the Android permissions used by the application. That is, if an
2470 application needs to make use of a device resource for which there is a
2472 runtime MUST inform the user that the application will be able to access
2473 that resource. If the runtime environment does not record application
2475 permissions held by the runtime itself when installing any application
2496 project includes an implementation that uses internal device storage for application external stora…
2569 That is, the update mechanism MUST preserve application private data
2570 and application shared data. Note that the upstream Android software includes