


adb shell pm path – gets the file system path of the package specified.adb shell pm list packages – list all the packages installed.adb shell – execute commands on the Android system, for example:.adb devices – list the devices available (including emulators and phones or tablets attached to your computer).

