Skip to content

Instantly share code, notes, and snippets.

@googolmo
Created September 16, 2011 01:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save googolmo/1220983 to your computer and use it in GitHub Desktop.
Save googolmo/1220983 to your computer and use it in GitHub Desktop.
Installing Android apps to the SD card
<android xmlns:android="http://schemas.android.com/apk/res/android">
<tool-api-level>8</tool-api-level>
<manifest android:installLocation="preferExternal">
<uses-sdk android:minSdkVersion="7" />
</manifest>
</android>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment