A new android manifest file attribue android:installLocation can be used to install application to sdcard or phone memory. It can have a value “auto” . What’s that mean ?
A new android manifest file attribue android:installLocation can be used to install application to
Share
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.