add new chinese translations
This commit is contained in:
12
pages.zh/common/adb-uninstall.md
Normal file
12
pages.zh/common/adb-uninstall.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# adb 卸载
|
||||
|
||||
> 卸载一个包。
|
||||
> 更多信息:<https://manned.org/adb>。
|
||||
|
||||
- 卸载一个包:
|
||||
|
||||
`adb uninstall {{com.example.app}}`
|
||||
|
||||
- 卸载一个包,但保留用户数据:
|
||||
|
||||
`adb uninstall -k {{com.example.app}}`
|
Reference in New Issue
Block a user