pbreault / adb-idea

A plugin for Android Studio and Intellij IDEA that speeds up your day to day android development.
Apache License 2.0
2.12k stars 257 forks source link

Suggestion: add action to unlock the screen #15

Open minimalviking opened 9 years ago

minimalviking commented 9 years ago

Hi, first of all thanks for the plugin - it's very handy and useful. I suggest adding an unlock phone action:

adb shell input keyevent 82

to the list of commands. (and maybe unlock phone&restart app combo)

nsaiisasidhar commented 6 years ago

Hi, I have made a PR #81 for this issue. Please review it and merge if everything is good.