1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00

cmd: add Chinese translation (#6022)

This commit is contained in:
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

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}}`