mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-15 01:35:07 +08:00
8 lines
229 B
Bash
Executable File
8 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
|