mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 02:15:35 +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
|