Files
tldr/pages.uk/android/cmd.md
Bohdan Karashchuk ae66fa6d6f android/*: add Ukrainian translation (#11317)
* android/*: add Ukrainian translation

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-28 13:46:11 +05:30

17 lines
476 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 {{сервіс}}`
- Викликати сервіс з заданими аргументами:
`cmd {{сервіс}} {{аргумент1 аргумент2 ...}}`