tldr/pages.uk/android/cmd.md

17 lines
476 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# cmd
> Менеджер сервісів Android.
> Більше інформації: <https://cs.android.com/android/platform/superproject/+/main:frameworks/native/cmds/cmd/>.
- Вивести всі запущені девайси:
`cmd -l`
- Викликати конкретний сервіс:
`cmd {{сервіс}}`
- Викликати сервіс з заданими аргументами:
`cmd {{сервіс}} {{аргумент1 аргумент2 ...}}`