Last active
October 24, 2020 04:11
-
-
Save kyhule/ce26dc8ad7b1bc10db7bb014e53b33fc to your computer and use it in GitHub Desktop.
ADB Snippets #android #adb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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