2012-05-31 187 views

回答

0

上安装在你的Mainfest文件做到这一点 对于SD卡片

<manifest xmlns:android="http://schemas.android.com/apk/res/android" 
    package="com.emx.jamalert" 
    android:installLocation="preferExternal"> 

对于内部存储器

<manifest xmlns:android="http://schemas.android.com/apk/res/android" 
    package="com.emx.jamalert" 
    android:installLocation="Internal"> 
相关问题