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.11k stars 255 forks source link

Adds a Toggle Display command #21

Open SouravBasu opened 9 years ago

SouravBasu commented 9 years ago

This PR adds a toggle display command. Using this command causes the currently connected device's display screen to toggle. [Off -> On] or [On -> Off]

SouravBasu commented 9 years ago

This is my first time writing IntelliJ plugin. Please let me know if I messed up things and I can clean them up.

fmatosqg commented 7 years ago

I didn't see this PR, but included a "press power" command in my PR (#55)