android/*: add Russian translation (#9421)
* creating android * Delete android * Create am.md * Update am.md * Create bugreport.md * Create bugreportz.md * Create cmd.md * Create dalvikvm.md * Update am.md * Create dumpsys.md * Create getprop.md * Create input.md * Create logcat.md * Create pkg.md * Create pm.md * Create screencap.md * Create settings.md * Create wm.md * Update bugreportz.md * Update getprop.md * Update pages.ru/android/logcat.md * Apply suggestions from code review * Update am.md * Update pages.ru/android/am.md * Update bugreportz.md * Update cmd.md * Update dalvikvm.md * Update dumpsys.md * Update getprop.md * Update input.md * Update logcat.md * Update pkg.md * Update pm.md * Update screencap.md * Update settings.md * Update wm.md * Update pages.ru/android/bugreport.md * Apply suggestions from code review
This commit is contained in:
16
pages.ru/android/cmd.md
Normal file
16
pages.ru/android/cmd.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# cmd
|
||||
|
||||
> Сервис менеджер Android.
|
||||
> Больше информации: <https://cs.android.com/android/platform/superproject/+/master:frameworks/native/cmds/cmd/>.
|
||||
|
||||
- Список всех запущенных сервисов:
|
||||
|
||||
`cmd -l`
|
||||
|
||||
- Вызов конкретного сервиса:
|
||||
|
||||
`cmd {{alarm}}`
|
||||
|
||||
- Вызов сервиса с аргументами:
|
||||
|
||||
`cmd {{vibrator}} {{vibrate 300}}`
|
Reference in New Issue
Block a user