adb shell pm list packages -3

Category: React Native & Mobile

adb shell pm list packages -3

List user-installed apps on the device

pm (package manager) lists installed packages. The -3 flag limits output to third-party apps, excluding the system's own packages. Useful for finding the exact package name of an app you installed.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.