I had the following situation. In my phone I might accidentally drop the brightness to 0. .When that happened I could not do anything. I had a hard time unlocking my lock-screen using a pin code. I had to use some flashlight to be able to unlock my phone and reset the brightness. Now in order to prevent this in the future I want to set a threshold (lets say 30%) that the brightness will not drop below that threshold. Is that even possible?
Asked
Active
Viewed 285 times
adb shell settings put screen_brightness 255
the value can be between 0 and 255. – St0rm Aug 20 '20 at 20:58