cmd: add Spanish translation (#9618)

pull/1/head
Darío Hereñú 2022-12-12 09:01:45 -03:00 committed by GitHub
parent f04c29afce
commit 60fd19f80a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

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

@ -0,0 +1,16 @@
# cmd
> Administrador de servicios Android.
> Más información: <https://cs.android.com/android/platform/superproject/+/master:frameworks/native/cmds/cmd/>.
- Enumera todos los servicios en ejecución:
`cmd -l`
- Llama a un servicio específico:
`cmd {{alarm}}`
- Llama a un servicio con argumentos:
`cmd {{vibrator}} {{vibrate 300}}`