evgs / BombusLime

Xmpp client for Android devices
http://bombus.im/lime/nightlies
GNU General Public License v2.0
15 stars 1 forks source link

App Install Location (SD card) #84

Closed ivan101 closed 12 years ago

ivan101 commented 12 years ago

ability to install/move app to SD card

evgs commented 12 years ago

http://developer.android.com/guide/appendix/install-location.html

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    android:installLocation="auto"
    ... >

If you declare "auto", you indicate that your application may be installed on the external storage, but you don't have a preference of install location. The system will decide where to install your application based on several factors. The user can also move your application between the two locations.