Regarding Froyo Android 2.2
A new android manifest file att开发者_StackOverflow社区ribue android:installLocation can be used to install application to sdcard or phone memory. It can have a value "auto" . What's that mean ?
It means you have no preference for where the application is installed; it can be installed in either the sdcard or the main memory, depending on the device's preferences.
精彩评论