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/>
71 <a href="#section-4">4. Application Packaging Compatibility</a><br/>
94 <a href="#section-7.1.5">7.1.5. Legacy Application Compatibility Mode</a><br/>
138 <a href="#section-7.6.2">7.6.2. Application Shared Storage</a><br/>
214 <a name="resources20"></a><li>Application Resources: <a href="http://code.google.com/android/refere…
271 <a name="resources77"></a><li>Android Application Development-Related Settings: <a href="http://dev…
285 Android applications. The Android application programming interface (API) is
303 be enforced at application compile time.</p>
330 accessible to third-party application code. For Android 4.2, this
336 accessible to third-party application code. For Android 4.2, this
483 <a name="section-3.2.3.1"></a><h4>3.2.3.1. Core Application Intents</h4>
502 <!-- <li>LivePicker (that is, the Live Wallpaper picker application; MAY be omitted
558 <a name="section-3.3.1"></a><h4>3.3.1 Application Binary Interfaces</h4>
560 application .apk file as an ELF .so file compiled for the appropriate device
562 processor technology, Android defines a number of Application Binary
574 <li>MUST accurately report the native Application Binary Interface (ABI)
640 <li>application cache/offline operation [<a href="#resources12">Resources, 12</a>]</li>
655 <p>Device implementations MUST include a standalone Browser application for
658 application is used, the <code>android.webkit.WebView</code> component
662 Browser application.</p>
663 <p>The standalone Browser application (whether based on the upstream
664 WebKit Browser application or a third-party replacement) SHOULD include support
669 <li>application cache/offline operation [<a href="#resources12">Resources, 12</a>]</li>
760 and device implementations MAY allocate more memory per application.</p>
766 <td><b>Application Memory</b></td>
806 The Android Open Source reference release includes a Launcher application that
814 implementation MUST provide a separate application accessible from the Launcher
846 application's data into the global system search. Generally speaking, this
870 across an entire Activity or application. Android 4.2 includes a "Holo"
871 or "holographic" theme as a set of defined styles for application developers to
877 styles for application developers to use if they want to match the look and feel
903 <a name="section-3.8.7"></a><h4>3.8.7. Recent Application Display</h4>
905 displaying recent applications using a thumbnail image of the application's
906 graphical state at the moment the user last left the application. Device
920 <p>Android 4.2 includes support for application widgets that users can embed in the home screen or …
922 Application widgets allow quick access to application data and services without launching a new act…
926 <li>Device implementations MUST support application widgets on the home screen.</li>
928 then device implementations MUST support application widgets on the lock screen.</li>
1010 <a name="section-4"></a><h2>4. Application Packaging Compatibility</h2>
1372 <p>When an application has used the <code>android.media.AudioRecord</code> API to
1385 <p>In addition to the above recording specifications, when an application has
1408 <li>"output latency" is defined as the interval between when an application
1416 to the device and when an application reads the corresponding frame of PCM-coded data</li>
1506 <p>Android 4.2 includes support for developers to configure application development-related setting…
1508 application development-related settings [<a href="#resources77">Resources, 77</a>]. The upstream A…
1543 <p>Android 4.2 includes facilities that automatically adjust application
1601 help application developers target application resources. Device
1629 respect the application's request for a specific screen orientation. Device
1670 wanted to enable hardware acceleration for 2D graphics at the Application,
1687 <a name="section-7.1.5"></a><h4>7.1.5. Legacy Application Compatibility Mode</h4>
1692 application compatibility mode as implemented by the upstream Android open source
2185 in the camera driver (transparent to application software)</li>
2189 registered on a Camera preview surface, unless the application has explicitly
2193 system camera application, but only to third-party applications using
2215 <li>If the current application has explicitly requested that the Camera
2220 application.</li>
2227 to application callbacks or committed to media storage</li>
2233 <li>If an application has never called
2236 preview data provided to application callbacks.</li>
2237 <li>If an application registers an <code>android.hardware.Camera.PreviewCallback
2291 available for application private data. That is, the <code>/data</code> partition MUST be at
2297 <a name="section-7.6.2"></a><h4>7.6.2. Application Shared Storage</h4>
2306 shared storage. Shared storage MUST otherwise be writable by any application
2388 <td>Application Launch Time</td>
2395 complete loading the default activity for the application, including the time
2402 already-running application after it has been launched must take less than the
2427 <p>Device implementations MUST support the Android application sandbox model,
2428 in which each application runs as a unique Unix-style UID and in a separate
2470 for the Android permissions used by the application. That is, if an
2471 application needs to make use of a device resource for which there is a
2473 runtime MUST inform the user that the application will be able to access
2474 that resource. If the runtime environment does not record application
2476 permissions held by the runtime itself when installing any application
2497 project includes an implementation that uses internal device storage for application external stora…
2570 That is, the update mechanism MUST preserve application private data
2571 and application shared data. Note that the upstream Android software includes