adb shell pm

adb shell pm list packages

Get List of Installed Apps in Android.


adb shell pm list packages -s

System apps


adb shell pm list packages -3

3rd-Party apps


adb shell pm list packages <keywords>

Keyword filtering


adb shell pm path <package-name>

Get the APK path on the device's filesystem.