android/*: add German translation (#5808)

This commit is contained in:
marchersimon
2021-04-24 21:56:58 +02:00
committed by GitHub
parent 521c8cd748
commit 906ccc19e4
10 changed files with 202 additions and 0 deletions

16
pages.de/android/cmd.md Normal file
View File

@@ -0,0 +1,16 @@
# cmd
> Androids Service-Manager.
> Weitere Informationen: <https://cs.android.com/android/platform/superproject/+/master:frameworks/native/cmds/cmd/>.
- Liste alle laufenden Services auf:
`cmd -l`
- Rufe einen bestimmten Service auf:
`cmd {{alarm}}`
- Rufe einen bestimmten Service mit Parametern auf:
`cmd {{vibrator}} {{vibrate 300}}`