2026-03-23 23:41:34 -04:00
2026-03-23 23:41:34 -04:00
2026-03-23 23:41:34 -04:00
2026-03-23 19:58:26 -04:00
2026-03-22 20:31:26 -04:00
2026-03-22 20:31:26 -04:00
2026-03-23 19:58:26 -04:00
2026-03-23 19:58:26 -04:00
2026-03-23 00:04:27 -04:00
2026-03-23 23:41:34 -04:00
2026-03-22 20:31:26 -04:00

stims

An Android app that keeps your screen awake while specific apps are in the foreground.

What it does

Stims lets you select apps that should prevent your screen from turning off. When a "stimmed" app is active in the foreground, the screen stays on at full brightness. When you switch to a different app, the screen resumes normal sleep behavior.


Building from source

Requirements

  • Android Studio or the Android SDK command-line tools
  • JDK 8+

Steps

git clone https://github.com/acidburnmonkey/stims.git
cd stims
./gradlew assembleDebug

The APK will be output to:

app/build/outputs/apk/debug/stims-<version>.apk

For a release build:

./gradlew assembleRelease
# output: app/build/outputs/apk/release/stims-<version>.apk
S
Description
No description provided
Readme 5.8 MiB
Languages
Kotlin 100%