cmd: add Chinese translation (#6022)

manned-org^2
BillLucky 2021-05-23 22:51:49 +08:00 committed by GitHub
parent a0f69f3dc8
commit 1ba82ef8a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

16
pages.zh/android/cmd.md Normal file
View File

@ -0,0 +1,16 @@
# cmd
> Android 服务管理器。
> 更多信息见: <https://cs.android.com/android/platform/superproject/+/master:frameworks/native/cmds/cmd/>.
- 列出所有正在运行的服务:
`cmd -l`
- 调用指定服务:
`cmd {{alarm}}`
- 调用服务同时传递参数:
`cmd {{vibrator}} {{vibrate 300}}`