要移除智慧手錶 moto360 上安裝的 APP,步驟如下:
1. 要先查詢已安裝的 APP 在手錶內的名字,執行下列指令列出全部安裝的 APP:
adb -s 127.0.0.1:4444 shell pm list packages
2. 找到您想要移除的 APP(假設名字是 com.example.test_app),執行下列指令移除/刪除APP:
adb -s 127.0.0.1:4444 shell pm uninstall -k com.example.test_app
介紹 Synology NAS, 汽車, 美食, 3C, 單眼相機, DSLR, 雷射, Windows, 程式語言, 財務金融等相關知識
要移除智慧手錶 moto360 上安裝的 APP,步驟如下:
1. 要先查詢已安裝的 APP 在手錶內的名字,執行下列指令列出全部安裝的 APP:
adb -s 127.0.0.1:4444 shell pm list packages
2. 找到您想要移除的 APP(假設名字是 com.example.test_app),執行下列指令移除/刪除APP:
adb -s 127.0.0.1:4444 shell pm uninstall -k com.example.test_app