Files
tldr/pages.ru/android/cmd.md

17 lines
412 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# cmd
> Сервис менеджер Android.
> Больше информации: <https://cs.android.com/android/platform/superproject/+/main:frameworks/native/cmds/cmd/>.
- Список всех запущенных сервисов:
`cmd -l`
- Вызов конкретного сервиса:
`cmd {{alarm}}`
- Вызов сервиса с аргументами:
`cmd {{vibrator}} {{vibrate 300}}`