android/*: add German translation (#5808)
This commit is contained in:
24
pages.de/android/pm.md
Normal file
24
pages.de/android/pm.md
Normal 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}}`
|
Reference in New Issue
Block a user