android 设置应用程序装在T卡的方法
adb shell pm getInstallLocation 查看安装位置
adb shell pm setInstallLocation 0
让系统选择
adb shell pm setInstallLocation 1
装在内部存储
adb shell pm setInstallLocation 2
装在外部存储
发布时间: 2012-11-08 08:48:11 作者: rapoo
android 设置应用程序装在T卡的方法
adb shell pm getInstallLocation 查看安装位置
adb shell pm setInstallLocation 0
让系统选择
adb shell pm setInstallLocation 1
装在内部存储
adb shell pm setInstallLocation 2
装在外部存储