<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.yfz"
android:installLocation="auto"
android:versionCode="1"
android:versionName="1.0">
这个属性设置的是默认安装位置, 共有三个有效值,auto、internalOnly、preferExternal。

auto 表示自动,由系统决定安装位置


internalOnly 安装在手机内存

preferExternal 安装在外部存储中

更多相关文章

  1. Android(安卓)- adb shell Permission denied
  2. Android(安卓)属性动画实现的扇形菜单效果
  3. Android(安卓)layout、onLayout 一些简要说明
  4. android ListView增加Animation效果
  5. address2line 定位 Android(安卓)c++奔溃位置
  6. android中如何获取经纬度?
  7. 防止滑盖事件造成crash

随机推荐

  1. android在RelativeLayout里的TextView或
  2. 利用oom_adj提高Application所在进程的优
  3. 丰富多彩的Android onTouch事件
  4. linux下部署android模拟器
  5. Android:WebView与Javascript交互(相互调用
  6. Android(安卓)Studio 提示Error running
  7. android之grideView书架问题
  8. Android是什么
  9. Android EditText不显示光标的解决方法
  10. android杀进程方法