timer-machine / timer-machine-android

⏲ A highly customizable interval timer app for Android
GNU General Public License v3.0
172 stars 16 forks source link

Display goes to sleep while timer is used #53

Closed NiceWeather closed 11 months ago

NiceWeather commented 11 months ago

When I start a timer and wait 30 seconds, the display goes to sleep. The app has the permission to disable the sleep mode. The disabling of the sleep mode works with another app (tabata timer), so I think that this is a problem with this app (timer machine).

My device: Motorola g30, android 12 and samsung galaxy a41, android 12.

DeweyReed commented 11 months ago

If I remember correctly, you need to stay in the app after enabling the setting to prevent the screen from going off.

NiceWeather commented 11 months ago

I stay in the app (of course). I'm using a two minute timer and I want to see the remaining time during the complete two minutes without interacting with the screen.

DeweyReed commented 11 months ago

In the app settings, what's the value of the option "Screen Brightness?" By default, the app doesn't keep the screen on.

NiceWeather commented 11 months ago

The value was "Dim the screen". I changed it to "Keep the screen on". It works. Thanks, I close the issue.