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/>
67 <a href="#section-4">4. Application Packaging Compatibility</a><br/>
85 <a href="#section-7.1.5">7.1.5. Legacy Application Compatibility Mode</a><br/>
127 <a href="#section-7.6.2">7.6.2. Application Shared Storage</a><br/>
201 <a name="resources20"></a><li>Application Resources: <a href="http://code.google.com/android/refere…
256 Android applications. The Android application programming interface (API) is
274 be enforced at application compile time.</p>
301 accessible to third-party application code. For Android 4.0.1 - 4.0.2, this
308 accessible to third-party application code. For Android 4.0.1 - 4.0.2, this
456 <a name="section-3.2.3.1"></a><h4>3.2.3.1. Core Application Intents</h4>
475 <!-- <li>LivePicker (that is, the Live Wallpaper picker application; MAY be omitted
524 <a name="section-3.3.1"></a><h4>3.3.1 Application Binary Interfaces</h4>
526 application .apk file as an ELF .so file compiled for the appropriate device
528 processor technology, Android defines a number of Application Binary
540 <li>MUST accurately report the native Application Binary Interface (ABI)
605 <li>application cache/offline operation [<a href="#resources12">Resources, 12</a>]</li>
620 <p>Device implementations MUST include a standalone Browser application for
623 application is used, the <code>android.webkit.WebView</code> component
627 Browser application.</p>
628 <p>The standalone Browser application (whether based on the upstream
629 WebKit Browser application or a third-party replacement) SHOULD include support
634 <li>application cache/offline operation [<a href="#resources12">Resources, 12</a>]</li>
725 and device implementations MAY allocate more memory per application.</p>
731 <td><b>Application Memory</b></td>
771 The Android Open Source reference release includes a Launcher application that
779 implementation MUST provide a separate application accessible from the Launcher
811 application's data into the global system search. Generally speaking, this
835 across an entire Activity or application. Android 3.0 introduced a new "Holo"
836 or "holographic" theme as a set of defined styles for application developers to
842 styles for application developers to use if they want to match the look and feel
868 <a name="section-3.8.7"></a><h4>3.8.7. Recent Application Display</h4>
870 displaying recent applications using a thumbnail image of the application's
871 graphical state at the moment the user last left the application. Device
949 <a name="section-4"></a><h2>4. Application Packaging Compatibility</h2>
1261 <p>When an application has used the <code>android.media.AudioRecord</code> API to
1275 <p>In addition to the above recording specifications, when an application has
1293 application requests an audio playback or record operation, and when the
1304 application requests audio playback and when sound begins playing, when
1307 application requests audio playback and when sound begins playing, when
1311 application issues a sample to be played and when the speaker physically
1315 application requests audio recording and when the first sample is
1316 delivered to the application via its callback, when the audio system and
1320 recording application via its callback, while the device is in recording
1416 <p>Android 4.0 includes facilities that automatically adjust application
1474 help application developers target application resources. Device
1501 respect the application's request for a specific screen orientation. Device
1542 wanted to enable hardware acceleration for 2D graphics at the Application,
1559 <a name="section-7.1.5"></a><h4>7.1.5. Legacy Application Compatibility Mode</h4>
1564 application compatibility mode as implemented by the upstream Android open source
2026 in the camera driver (transparent to application software)</li>
2030 registered on a Camera preview surface, unless the application has explicitly
2034 system camera application, but only to third-party applications using
2056 <li>If the current application has explicitly requested that the Camera
2061 application.</li>
2068 to application callbacks or committed to media storage</li>
2074 <li>If an application has never called
2077 preview data provided to application callbacks.</li>
2078 <li>If an application registers an <code>android.hardware.Camera.PreviewCallback
2130 available for application private data. That is, the <code>/data</code> partition MUST be at
2136 <a name="section-7.6.2"></a><h4>7.6.2. Application Shared Storage</h4>
2145 shared storage. Shared storage MUST otherwise be writable by any application
2215 <td>Application Launch Time</td>
2222 complete loading the default activity for the application, including the time
2229 already-running application after it has been launched must take less than the
2254 <p>Device implementations MUST support the Android application sandbox model,
2255 in which each application runs as a unique Unix-style UID and in a separate
2297 for the Android permissions used by the application. That is, if an
2298 application needs to make use of a device resource for which there is a
2300 runtime MUST inform the user that the application will be able to access
2301 that resource. If the runtime environment does not record application
2303 permissions held by the runtime itself when installing any application
2370 That is, the update mechanism MUST preserve application private data
2371 and application shared data. Note that the upstream Android software includes