adb shell pm list
all
List users, packages, permissions, instrumentation, permission groups, features, and libraries managed by the package manager.
More info →Subcommands (1)
Examples (7)
List all installed packages
Print all users on the system
Print all known permission groups
adb shell pm list permission-groupsPrint all known permissions
adb shell pm list permissionsList all test packages
adb shell pm list instrumentationPrint all features of the system
adb shell pm list featuresPrint all the libraries supported by the current device
adb shell pm list librariesmade by @shridhargupta | data from tldr-pages