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.1k stars 256 forks source link

Add "Show touches" action #94

Open egor-n opened 5 years ago

egor-n commented 5 years ago

There is a way to enable/disable the "Show touches" developer option through ADB.

It easier to do this from your IDE rather than going to device settings.

fmatosqg commented 5 years ago

adb shell commands are easily implemented with #55, pls upvote