Skip to content

Instantly share code, notes, and snippets.

@lenciel
Created December 19, 2012 06:40
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 lenciel/4334860 to your computer and use it in GitHub Desktop.
Save lenciel/4334860 to your computer and use it in GitHub Desktop.
Make my Android app installed by default to the device’s external storage
<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