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?
Yes, you can give the option to your applications. You must assign below code to your manifest
file
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
android:installLocation="auto"
... >
This 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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With