I created one application, its working fine. I want to support my application in sdcard also. That means, users can move the application to sdcard from internal memory.
How can i achieve this? Any ideas?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, you can give the option to your applications. You must assign below code to your
manifestfileThis will be enable that option for your application.
Refer below links –
App Install Location
Manifest Element
But, the important thing is it supports only from 2.2 (Froyo) and above.