screen dimmer for android tv
blacks out the display while keeping media playing. perfect for falling asleep to music without screen burn or light pollution.
- dim mode โ single overlay layer for reduced brightness
- black mode โ full blackout while audio continues
- toggle hotkey โ cycles through off โ dim โ black
- no root required โ just overlay permission
- tv remote friendly โ works with key mapper
adb install nightd.apkadd this repo to f-droid or neostore:
https://sudoxnym.github.io/fdroid-repo/repo
- install the apk
- open nightd and grant "display over other apps" permission
- use key mapper to bind to a remote button
set up an activity intent:
| field | value |
|---|---|
| action | com.sudoxnym.nightd.TOGGLE |
| package | com.sudoxnym.nightd |
| class | com.sudoxnym.nightd.ToggleActivity |
available actions:
TOGGLEโ cycle through modesDIMโ single layer dimBLACKโ full blackoutOFFโ disable overlay
- press your mapped button to cycle: off โ dim โ black โ off
- press back on remote to turn off overlay from any mode
- tap notification to disable
MIT โ do whatever you want with it
made by sudoxnym โก