I went through the documentation it says "To install app to external sd card we need to declare android:installLocation attribute in the element, with a value of either "preferExternal" or "auto"."
"Only If the external storage is full, the system will install it on the internal storage." But what if application size is bigger than combined available size of Internal and External storage? How to handle such situation?
For reference: http://developer.android.com/guide/topics/data/install-location.html
The objective to confirm what exactly will happen and is there any need to handle it or Android will take care of it on its own