App Management(6)

View All Categories

adb install

App Management

Install an application

adb uninstall

App Management

Remove an app from the device

adb shell pm clear

App Management

Clear app data

adb shell pm clear-data

App Management

Clear app data and cache

adb shell pm disable-user

App Management

Disable an app for the current user

adb shell pm enable

App Management

Enable a previously disabled app