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

[New command] Toggle Don't Keep Activity #140

Closed rlatapy-luna closed 2 years ago

rlatapy-luna commented 2 years ago

Add new command "Toggle Don't Keep Activity". As its name suggests, it toggle the developper param always_finish_activities and avoid a long trip into Android settings.

Equivalent to adb shell settings put global always_finish_activities [0|1]

I had to add an @OptIn(ExperimentalStdlibApi::class) to make the plugin build, maybe I used a different Kotlin compiler version?