How do you make an countdown app always running?

Even if that is enabled the timer will stop in the background (idle mode) on most devices running Android 6+. You must use a Foreground service to prevent Doze (mode).

1 Like

This works fine for me, but the user may not want it to work when the app is exited (removed from recents)

AppForeground.aia (101.0 KB)

1 Like

yes it's enable