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:
dmorozov001
2022-12-03 19:21:23 +00:00
committed by GitHub
parent 3cf67deadf
commit 0b05f566db
14 changed files with 266 additions and 0 deletions

16
pages.ru/android/cmd.md Normal file
View 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}}`