Skip to content

Instantly share code, notes, and snippets.

@benmcnelly
Created July 9, 2011 21:23
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save benmcnelly/1073971 to your computer and use it in GitHub Desktop.
Save benmcnelly/1073971 to your computer and use it in GitHub Desktop.
AndroidManifest.custom.xml >> Install Location to enable app 2 SD
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
android:installLocation="auto"
android:versionCode="2"
android:versionName="2"
package="com.whatever.whatwhatever"
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment