Lines Matching full:application
35 <a href="#section-3.2.3.1">3.2.3.1. Core Application Intents</a><br/>
43 <a href="#section-3.3.1">3.3.1 Application Binary Interfaces</a><br/>
61 <a href="#section-3.8.7">3.8.7. Recent Application Display</a><br/>
68 <a href="#section-4">4. Application Packaging Compatibility</a><br/>
86 <a href="#section-7.1.5">7.1.5. Legacy Application Compatibility Mode</a><br/>
128 <a href="#section-7.6.2">7.6.2. Application Shared Storage</a><br/>
202 <a name="resources20"></a><li>Application Resources: <a href="http://code.google.com/android/refere…
257 Android applications. The Android application programming interface (API) is
275 be enforced at application compile time.</p>
302 accessible to third-party application code. For Android 4.0.1 - 4.0.2, this
309 accessible to third-party application code. For Android 4.0.1 - 4.0.2, this
457 <a name="section-3.2.3.1"></a><h4>3.2.3.1. Core Application Intents</h4>
476 <!-- <li>LivePicker (that is, the Live Wallpaper picker application; MAY be omitted
525 <a name="section-3.3.1"></a><h4>3.3.1 Application Binary Interfaces</h4>
527 application .apk file as an ELF .so file compiled for the appropriate device
529 processor technology, Android defines a number of Application Binary
541 <li>MUST accurately report the native Application Binary Interface (ABI)
606 <li>application cache/offline operation [<a href="#resources12">Resources, 12</a>]</li>
621 <p>Device implementations MUST include a standalone Browser application for
624 application is used, the <code>android.webkit.WebView</code> component
628 Browser application.</p>
629 <p>The standalone Browser application (whether based on the upstream
630 WebKit Browser application or a third-party replacement) SHOULD include support
635 <li>application cache/offline operation [<a href="#resources12">Resources, 12</a>]</li>
726 and device implementations MAY allocate more memory per application.</p>
732 <td><b>Application Memory</b></td>
772 The Android Open Source reference release includes a Launcher application that
780 implementation MUST provide a separate application accessible from the Launcher
812 application's data into the global system search. Generally speaking, this
836 across an entire Activity or application. Android 3.0 introduced a new "Holo"
837 or "holographic" theme as a set of defined styles for application developers to
843 styles for application developers to use if they want to match the look and feel
869 <a name="section-3.8.7"></a><h4>3.8.7. Recent Application Display</h4>
871 displaying recent applications using a thumbnail image of the application's
872 graphical state at the moment the user last left the application. Device
950 <a name="section-4"></a><h2>4. Application Packaging Compatibility</h2>
1262 <p>When an application has used the <code>android.media.AudioRecord</code> API to
1276 <p>In addition to the above recording specifications, when an application has
1294 application requests an audio playback or record operation, and when the
1305 application requests audio playback and when sound begins playing, when
1308 application requests audio playback and when sound begins playing, when
1312 application issues a sample to be played and when the speaker physically
1316 application requests audio recording and when the first sample is
1317 delivered to the application via its callback, when the audio system and
1321 recording application via its callback, while the device is in recording
1417 <p>Android 4.0 includes facilities that automatically adjust application
1475 help application developers target application resources. Device
1502 respect the application's request for a specific screen orientation. Device
1543 wanted to enable hardware acceleration for 2D graphics at the Application,
1560 <a name="section-7.1.5"></a><h4>7.1.5. Legacy Application Compatibility Mode</h4>
1565 application compatibility mode as implemented by the upstream Android open source
2027 in the camera driver (transparent to application software)</li>
2031 registered on a Camera preview surface, unless the application has explicitly
2035 system camera application, but only to third-party applications using
2057 <li>If the current application has explicitly requested that the Camera
2062 application.</li>
2069 to application callbacks or committed to media storage</li>
2075 <li>If an application has never called
2078 preview data provided to application callbacks.</li>
2079 <li>If an application registers an <code>android.hardware.Camera.PreviewCallback
2131 available for application private data. That is, the <code>/data</code> partition MUST be at
2137 <a name="section-7.6.2"></a><h4>7.6.2. Application Shared Storage</h4>
2146 shared storage. Shared storage MUST otherwise be writable by any application
2216 <td>Application Launch Time</td>
2223 complete loading the default activity for the application, including the time
2230 already-running application after it has been launched must take less than the
2255 <p>Device implementations MUST support the Android application sandbox model,
2256 in which each application runs as a unique Unix-style UID and in a separate
2298 for the Android permissions used by the application. That is, if an
2299 application needs to make use of a device resource for which there is a
2301 runtime MUST inform the user that the application will be able to access
2302 that resource. If the runtime environment does not record application
2304 permissions held by the runtime itself when installing any application
2371 That is, the update mechanism MUST preserve application private data
2372 and application shared data. Note that the upstream Android software includes