-
-
Notifications
You must be signed in to change notification settings - Fork 12.4k
Closed
Labels
Description
It would be great if scrcpy could set device brightness to 0 on start and reset it on exit.
The current value can be accessed using adb shell settings get system screen_brightness, and can be set using adb shell settings put system screen_brightness XX where XX ranges from 0 to 255.
On a side note, maybe a user can be allowed to run scripts at the start and exit of scrcpy.