The user can also move your application between the two locations. If the external storage is full, the system will install it on the internal If you declare ' preferExternal', you request that your application be installed on theĮxternal storage, but the system does not guarantee that your application will be installed on With a value of either ' preferExternal' or ' auto'. Manifest file to include the android:installLocation attribute in the element, To allow the system to install your application on the external storage, modify your Only and it cannot be moved to the external storage.
Not declare this attribute, your application will be installed on the internal storage This is an optional feature you can declareįor your application with the android:installLocation manifest attribute. Beginning with API Level 8, you can allow your application to be installed on theĮxternal storage (for example, the device's SD card).