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/>
62 <a href="#section-3.8.8">3.8.8. 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/>
140 <a href="#section-7.6.2">7.6.2. Application Shared Storage</a><br/>
216 <a name="resources20"></a><li>Application Resources: <a href="http://code.google.com/android/refere…
273 <a name="resources77"></a><li>Android Application Development-Related Settings: <a href="http://dev…
290 Android applications. The Android application programming interface (API) is
308 be enforced at application compile time.</p>
335 accessible to third-party application code. For Android 4.3, this
341 accessible to third-party application code. For Android 4.3, this
488 <a name="section-3.2.3.1"></a><h4>3.2.3.1. Core Application Intents</h4>
507 <!-- <li>LivePicker (that is, the Live Wallpaper picker application; MAY be omitted
563 <a name="section-3.3.1"></a><h4>3.3.1 Application Binary Interfaces</h4>
565 application .apk file as an ELF .so file compiled for the appropriate device
567 processor technology, Android defines a number of Application Binary
579 <li>MUST accurately report the native Application Binary Interface (ABI)
649 <li>application cache/offline operation [<a href="#resources12">Resources, 12</a>]</li>
664 <p>Device implementations MUST include a standalone Browser application for
667 application is used, the <code>android.webkit.WebView</code> component
671 Browser application.</p>
672 <p>The standalone Browser application (whether based on the upstream
673 WebKit Browser application or a third-party replacement) SHOULD include support
678 <li>application cache/offline operation [<a href="#resources12">Resources, 12</a>]</li>
769 and device implementations MAY allocate more memory per application.</p>
775 <td><b>Application Memory</b></td>
813 <p>Android 4.3 includes a launcher application (home screen) and support for third party applicatio…
826 …<li>Device implementations that include support for lock screen MUST support application widgets o…
855 application's data into the global system search. Generally speaking, this
879 across an entire Activity or application. Android 4.3 includes a "Holo"
880 or "holographic" theme as a set of defined styles for application developers to
886 styles for application developers to use if they want to match the look and feel
912 <a name="section-3.8.8"></a><h4>3.8.8. Recent Application Display</h4>
914 displaying recent applications using a thumbnail image of the application's
915 graphical state at the moment the user last left the application. Device
998 <a name="section-4"></a><h2>4. Application Packaging Compatibility</h2>
1389 <p>When an application has used the <code>android.media.AudioRecord</code> API to
1402 <p>In addition to the above recording specifications, when an application has
1424 <li>"output latency" is defined as the interval between when an application
1432 to the device and when an application reads the corresponding frame of PCM-coded data</li>
1520 <p>Android 4.3 includes support for developers to configure application development-related setting…
1522 application development-related settings [<a href="#resources77">Resources, 77</a>]. The upstream A…
1557 <p>Android 4.3 includes facilities that automatically adjust application
1615 help application developers target application resources. Device
1644 respect the application's request for a specific screen orientation. Device
1692 wanted to enable hardware acceleration for 2D graphics at the Application,
1712 <a name="section-7.1.5"></a><h4>7.1.5. Legacy Application Compatibility Mode</h4>
1717 application compatibility mode as implemented by the upstream Android open source
2230 in the camera driver (transparent to application software)</li>
2234 registered on a Camera preview surface, unless the application has explicitly
2238 system camera application, but only to third-party applications using
2260 <li>If the current application has explicitly requested that the Camera
2265 application.</li>
2272 to application callbacks or committed to media storage</li>
2278 <li>If an application has never called
2281 preview data provided to application callbacks.</li>
2282 <li>If an application registers an <code>android.hardware.Camera.PreviewCallback
2336 for application private data. That is, the <code>/data</code> partition MUST be at
2338 have at least 1GB of non-volatile storage for application private data</b> so they will be
2345 <a name="section-7.6.2"></a><h4>7.6.2. Application Shared Storage</h4>
2354 shared storage. Shared storage MUST otherwise be writable by any application
2436 <td>Application Launch Time</td>
2443 complete loading the default activity for the application, including the time
2450 already-running application after it has been launched must take less than the
2475 <p>Device implementations MUST support the Android application sandbox model,
2476 in which each application runs as a unique Unix-style UID and in a separate
2518 for the Android permissions used by the application. That is, if an
2519 application needs to make use of a device resource for which there is a
2521 runtime MUST inform the user that the application will be able to access
2522 that resource. If the runtime environment does not record application
2524 permissions held by the runtime itself when installing any application
2548 Project includes an implementation that uses internal device storage for application external stora…
2566 exposed to an application that can affect another application (such as a Device Administration API),
2640 That is, the update mechanism MUST preserve application private data
2641 and application shared data. Note that the upstream Android software includes