- May 18, 2019
- admin
- 0
adb shell pm list packages
Prints all packages, optionally only those whose package name contains the text in <FILTER>.
adb shell pm list packages [options] <FILTER>
adb shell pm list packagesadb shell pm list packages -f See their associated file.adb shell pm list packages -d Filter to only show disabled packages.adb shell pm list packages -e Filter to only show enabled packages.adb shell pm list packages -s Filter to only show system packages.adb shell pm list packages -3 Filter to only show third party packages.adb shell pm list packages -i See the installer for the packages.adb shell pm list packages -u Also include uninstalled packages.adb shell pm list packages –user <USER_ID> The user space to query.