Showing posts with label set package install location android. Show all posts
Showing posts with label set package install location android. Show all posts

Tuesday, April 16, 2013

set package install location android


set application install location android
set install location to sdcard android

put android:installLocation="preferExternal"

under <manifest xmlns:android="http://schemas.android.com/apk/res/android">
in menifest.xml file


code should appears like

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
android:installLocation="preferExternal">

for setting install location to phone put "preferInternal" in place of "preferExternal"