Home | History | Annotate | Download | only in versions

Lines Matching full:applications

80 <p>The Android platform now allows applications to request installation onto the
85 their applications by means of a new attribute of <code>&lt;manifest&gt;</code>
97 versa), through Manage Applications in the user settings.</p>
99 <p>By default, the system installs all applications onto the device's internal
101 means that the system will always install legacy applications onto internal
109 suitable for all applications, particularly because the external media may be
114 application, including a discussion of what types of applications should and
122 applications can use to backup and restore user data, to ensure that users can
153 <li>The platform provides new speech-recognition APIs that allow applications to have a richer interaction with the available voice recognizer. For example, the APIs are sufficient to integrate voice recognition deeply into an IME.</li>
174 administrator" applications that can control security features of the device,
184 <li>New UI modes "car mode" and "night mode" and {@link android.app.UiModeManager} let applications adjust their application UI for specific user modes. </li>
187 <li>The layout attribute <code>fill_parent</code> is renamed to <code>match_parent</code>. This affects both XML and Java code (see {@link android.view.ViewGroup.LayoutParams}). Note that the platform will continue to honor uses of <code>fill_parent</code> in legacy applications. </li>