Lines Matching full:application
66 system to correctly determine whether an application is compatible with
67 the system, prior to installing the application. </p>
70 application, you need to set the proper value, "{@sdkPlatformApiLevel}", in the
72 element in your application's manifest. </p>
80 <p>The sections below provide information about changes made to the application
89 <p>Application developers can express the preferred installation location for
96 <code>android:installLocation</code> and installs the application
98 application has requested external installation, the system installs it into a
99 private, encrypted partition in the external media. Once an application .apk is
109 configure and compile a legacy application such that it is installed internally
119 application, including a discussion of what types of applications should and
128 maintain their data when switching devices or reinstalling the application. The
129 Backup Manager handles the work of transporting the application data to and from
183 application code in <a
189 <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>
206 <li>For specifying the application's preferred install location (see <a href="#install-loc">App Installation on External Storage Media</a>, above):
209 <li>New <code>android:installLocation</code> attribute of the <code><manifest></code> element. Specifies the default install location defined by an application.</li>
217 <code><application></code> element. Specifies the component name of the
218 BackupAgent subclass provided by the application to handle backup/restore
221 <code><application></code> element. Boolean value that indicates whether
222 the application is prepared to attempt a restore of any backed-up dataset, even
223 if the backup is apparently from a newer version of the application than is
231 <li>New <code>android:vmSafeMode</code> attribute of the <code><application></code> element. Boolean value that specifies whether to disable JIT compiler optimizations when running the application.</li>
240 <li><code>android.permission.KILL_BACKGROUND_PROCESSES</code> — Allows an application to call {@link android.app.ActivityManager#killBackgroundProcesses(String)}.
242 <li><code>android.permission.SET_TIME</code> — Allows an application to set the system time.</li>