How to enable or disable a specific developer options using adb
?
I have found some posts saying to enable developer settings via adb shell settings put global development_settings_enabled 1
. But how to enable a specific developer option?
For example, suppose I want to enable "Always show crash dialog" on an Android emulator. Except of physically switching the button, is it possible to programmatically enable it like using adb
commands?