App Management(6)
View All Categoriesadb install
App ManagementInstall an application
adb uninstall
App ManagementRemove an app from the device
adb shell pm clear
App ManagementClear app data
adb shell pm clear-data
App ManagementClear app data and cache
adb shell pm disable-user
App ManagementDisable an app for the current user
adb shell pm enable
App ManagementEnable a previously disabled app