I needed to know that when my a application installs in a device in android, which component of application framework decides its installation site and how i can manages its installation site (mobile memory or SD card)?
Share
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.
you can provide option for your installation on your SD card.You will need this in your manifest
You can choose among these.
But by default your app will always be saved on device.The user can always transfer it to SD card .