tldr/pages.it/android/cmd.md
Magrid 287f07f412
cmd, bugreport, fastboot: update link (#11132)
* Update link as requested on #11099

* Update link as requested on #11099

* Update link as requested on #11099
2023-10-21 15:26:15 +02:00

17 lines
329 B
Markdown

# cmd
> Gestore del servizio Android.
> Maggiori informazioni: <https://cs.android.com/android/platform/superproject/+/main:frameworks/native/cmds/cmd/>.
- Elenca tutti i servizi in esecuzione:
`cmd -l`
- Chiama un servizio specifico:
`cmd {{alarm}}`
- Chiama un servizio con argomenti:
`cmd {{vibrator}} {{vibrate 300}}`