TLDR
Enter a command. For example: settings, bugreport, dalvikvm.

pm

 
Show information about apps on an Android device. More information: https://developer.android.com/studio/command-line/adb#pm.
 
  • Print a list of all installed apps:
     
    pm list packages
     
  • Print a list of all installed system apps:
     
    pm list packages -s
     
  • Print a list of all installed 3rd-Party apps:
     
    pm list packages -3
     
  • Print a list of apps matching specific keywords:
     
    pm list packages {{keywords}}
     
  • Print the path of the APK of a specific app:
     
    pm path {{app}}

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.