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

Feature request: "stop pinning mode" command #102

Open SimonSchubert opened 5 years ago

SimonSchubert commented 5 years ago

To stop pinning mode on my SDK 28 android emulator I have to press 2 emulator buttons at the same time, which isn't possible. After googling I came a cross a solution to stop the pinning mode via "adb shell am task lock stop" command. Would it be possible to add it to the plugin?