What's the difference between installing an app using the install
command and using the package manager's pm install
command? Do they do the exact same job? Does one command actually call the other in the back?
adb install -r APK_FILE
adb shell pm install APK_FILE