android 设立应用程序装在T卡的方法

android 设置应用程序装在T卡的方法

adb shell pm getInstallLocation 查看安装位置

adb shell pm setInstallLocation 0

让系统选择

adb shell pm setInstallLocation 1

装在内部存储

adb shell pm setInstallLocation 2

装在外部存储