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

24
pages.de/android/pm.md Normal file
View File

@@ -0,0 +1,24 @@
# pm
> Zeige Informationen über Apps auf einem Android Gerät.
> Weitere Informationen: <https://developer.android.com/studio/command-line/adb#pm>.
- Gib eine Liste aller installierten Apps aus:
`pm list packages`
- Gib eine Liste aller installierten System-Apps aus:
`pm list packages -s`
- Gib eine Liste aller installierten Apps von Drittanbietern aus:
`pm list packages -3`
- Gib eine Liste aller Apps, auf die ein bestimmtes Schlüsselwort zutrifft, aus:
`pm list packages {{Schlüsselwort}}`
- Gib den Pfad der APK einer bestimmten App aus:
`pm path {{app}}`