mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 23:55:24 +02:00

* pages*: add missing mnemonics --------- Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
466 B
466 B
pm
Display information about apps on an Android device. More information: https://developer.android.com/studio/command-line/adb#pm.
- List all installed apps:
pm list packages
- List all installed [s]ystem apps:
pm list packages -s
- List all installed [3]rd-party apps:
pm list packages -3
- List apps matching specific keywords:
pm list packages {{keyword1 keyword2 ...}}
- Display a path of the APK of a specific app:
pm path {{app}}