System Grab Bag

View all TLDR pages from Android (or from all pages)

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 system apps:
    pm list packages -s
  • List all installed 3rd-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}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.