사용자의 요청에 의해 외부 저장소에 설치가 되도록 하기
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
android:installLocation="preferExternal">
시스템이 알아서 자동으로 설치 되도록 하기
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
android:installLocation="auto">