Thursday, 20 March 2014

Default save the application to External device - Android

Set the default storage of the application to external SD card in Android. You need to set it in Android Manifest file.

                           
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.Passion.alphabetkids"
    android:versionCode="2"
    android:versionName="1.1" android:installLocation="preferExternal">

No comments:

Post a Comment