cmd: add Chinese translation (#6022)
This commit is contained in:
16
pages.zh/android/cmd.md
Normal file
16
pages.zh/android/cmd.md
Normal 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}}`
|
Reference in New Issue
Block a user