Subcommands (1)
Examples (8)
Start a remote interactive shell on the emulator or device
Get all the properties from emulator or device
adb shell getpropRevert all runtime permissions to their default
adb shell pm reset-permissionsRevoke a dangerous permission for an application
adb shell pm revoke package permissionTrigger a key event
adb shell input keyevent keycodeClear the data of an application on an emulator or device
adb shell pm clear packageStart an activity on emulator or device
adb shell am start -n package/activityStart the home activity on an emulator or device
adb shell am start -W -c android.intent.category.HOME -a android.intent.action.MAINmade by @shridhargupta | data from tldr-pages