Skip to content

Instantly share code, notes, and snippets.

@kyhule
Last active October 24, 2020 04:11
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kyhule/ce26dc8ad7b1bc10db7bb014e53b33fc to your computer and use it in GitHub Desktop.
Save kyhule/ce26dc8ad7b1bc10db7bb014e53b33fc to your computer and use it in GitHub Desktop.
ADB Snippets #android #adb
# Set the 'keep awake while plugged in' setting
# usage: svc power stayon [true|false|usb|ac|wireless]
adb shell svc power stayon usb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment