mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-21 08:55:42 +03:00
7 lines
229 B
Bash
Executable file
7 lines
229 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
# Ref: https://developer.android.com/training/monitoring-device-state/doze-standby#testing_doze
|
|
|
|
echo "Enable doze mode"
|
|
echo "adb shell dumpsys deviceidle force-idle"
|
|
adb shell dumpsys deviceidle force-idle
|