Whenever I develop any android application, why it gets stored in internal memory. How to make application get installed on memory card (if available in phone)?
Whenever I develop any android application, why it gets stored in internal memory. How
Share
This option is available with API versions >=8.
App Install Location Documentation
I dont know why you are desire to place it on external storage, but just remember that doesn’t mean your data will stay there.
If you want to do it, in your manifest file specify: