android - How to enable Stay awake in the developer options using ADB? -
i'm trying find way enable developer options -> stay awake option via adb. solution found find way open developers option menu , enable stay awake option using setevent command in adb.
now i'm trying find command open developers options. found command opens display options:
adb shell start -n com.android.settings/.displaysettings so think similar command opens developers options exists.
i glad hear way enable stay awake option via adb if there any.
adb shell start -n com.android.settings/.developmentsettings
Comments
Post a Comment