Lines Matching refs:install
10 <li>You can allow your application to install on the device's external storage.</li>
36 href="{@docRoot}guide/topics/manifest/manifest-element.html#install">{@code
41 <p>To allow the system to install your application on the external storage, modify your
43 href="{@docRoot}guide/topics/manifest/manifest-element.html#install">{@code
56 the external storage. If the external storage is full, the system will install it on the internal
60 external storage, but you don't have a preference of install location. The system will
61 decide where to install your application based on several factors. The user can also move your
85 <p>The ability for your application to install on the external storage is a feature available only
87 to API Level 8 will always install on the internal storage and cannot be moved to the external
182 your application to install on external storage. By default, the system <em>will not</em> allow your
183 application to install on the external storage, so you don't need to worry about your existing
186 href="{@docRoot}guide/topics/manifest/manifest-element.html#install">{@code
204 carefully consider whether to enable the application to install on the external storage so that