commands.sh

adb shell pm list

all

List users, packages, permissions, instrumentation, permission groups, features, and libraries managed by the package manager.

More info →

Examples (7)

List all installed packages

Print all users on the system

Print all known permission groups

adb shell pm list permission-groups

Print all known permissions

adb shell pm list permissions

List all test packages

adb shell pm list instrumentation

Print all features of the system

Print all the libraries supported by the current device

made by @shridhargupta | data from tldr-pages