提交 728a2916 编写于 作者: 张悦诶

add uninstall order

Signed-off-by: N张悦诶 <zhangyue230@h-partners.com>
上级 1b4aedee
......@@ -87,6 +87,7 @@ bm install -p /data/app/ohosapp.hap -r
| ----------------------------- | ------------------------ |
| bm uninstall -h | 显示uninstall支持的命令信息 |
| bm uninstall -n <bundle-name> | 通过指定包名卸载应用 |
| bm uninstall -n <bundle-name> -k | 通过指定包名卸载应用时保留数据目录 |
| bm uninstall -n <bundle-name> -u <user-id>| 通过指定包名和用户卸载应用 |
| bm uninstall -n <bundle-name> -m <moudle-name> | 通过指定包名卸载应用的一个模块 |
......@@ -94,6 +95,8 @@ bm install -p /data/app/ohosapp.hap -r
```Bash
# 卸载一个hap
bm uninstall -n com.ohos.app
# 卸载一个hap,保留数据目录
bm uninstall -n com.ohos.app -k
# 卸载一个hap下面的ability
bm uninstall -n com.ohos.app -m com.ohos.app.MainAbility
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册