adb-shell-pm
Verified for current stable LTS
Adb Shell Pm Commands
Adb Shell Pm command syntax with verified terminal examples.
Commands
10 commands for Adb Shell Pm
adb-shell-pm Operations
Adb Shell Pm Command: Clear App Data
adb shell pm clear <package> adb-shell-pm Operations
Adb Shell Pm Command: List Installed Packages
adb shell pm list packages adb-shell-pm Operations
Adb Shell Pm Command: Install App Package
adb shell pm install /<path/to/app>.apk adb-shell-pm Operations
Adb Shell Pm Command: Uninstall Package
adb shell pm uninstall <package> adb-shell-pm Operations
Adb Shell Pm Command: Enable Package
adb shell pm enable <package_or_class> adb-shell-pm Operations
Adb Shell Pm Command: Disable Package
adb shell pm disable-user <package_or_class> adb-shell-pm Operations
Adb Shell Pm Command: List Packages
adb shell pm list packages adb-shell-pm Operations
Adb Shell Pm Command: Grant Permission
adb shell pm grant <package> <android.permission.CAMERA|android.permission.ACCESS_FINE_LOCATION|android.permission.READ_CONTACTS|...> adb-shell-pm Operations
Adb Shell Pm Command: Revoke Permission
adb shell pm revoke <package> <android.permission.CAMERA|android.permission.ACCESS_FINE_LOCATION|android.permission.READ_CONTACTS|...> adb-shell-pm Operations
Adb Shell Pm Command: Install Package
adb shell pm install /<path/to/app>.apk Suggest a Adb Shell Pm Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Adb Shell Pm workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.