现在的位置: 首页 > 综合 > 正文

adb 设置apk安装位置

2013年09月22日 ⁄ 综合 ⁄ 共 354字 ⁄ 字号 评论关闭

adb shell pm set-install-location option

pm set-install-location: changes the default install location.
  NOTE: this is only intended for debugging; using this can cause
  applications to break and other undersireable behavior.
    0 [auto]: Let system decide the best location
    1 [internal]: Install on internal device storage
    2 [external]: Install on external media

adb shell pm get-install-location 获取默认安装位置

抱歉!评论已关闭.