BuzzKill

BuzzKill

Powers off your phone after inactivity, only inside a nightly kill zone.

Carlos Asmat System

Screenshots

Screenshot of BuzzKill Screenshot of BuzzKill Screenshot of BuzzKill

Description

BuzzKill powers your phone off when you stop using it at night, so notifications and the temptation to scroll cannot wake you up at 2am.

You set a nightly kill zone (e.g. 23:00 to 07:00). Inside that window, BuzzKill watches for the screen to stay off for a configurable number of minutes, then triggers the system shutdown via an accessibility service. Outside the zone the app does nothing.

To come back on in the morning, use your phone's built-in scheduled power-on (e.g. on OnePlus: Settings, Additional settings, Scheduled power on/off). BuzzKill cannot enable this for you, so an onboarding checklist reminds you.

Features:

- Single-screen, hardware-panel-styled UI.
- Configurable kill zone, inactivity timeout, and a first-shutdown confirmation dialog.
- Test trigger with a 10-second countdown that runs the shutdown sequence in dry-run mode, so you can verify it works without losing your work.
- OEM-aware: power-dialog matching strings live in a per-OEM file, currently tuned for OnePlus (OxygenOS).

Required permissions:

- Accessibility service (the mechanism used to power off).
- Disable battery optimization (otherwise OxygenOS kills the foreground service).
- Notification permission (Android 13+, for the persistent kill-zone notification).

Primary target device is the OnePlus 11 on OxygenOS. Adding support for other OEMs (Pixel, Samsung, Xiaomi) is a data-only change in app/src/main/kotlin/ca/asmat/buzzkill/oem/.

Source code, issue tracker, and contributing guide on GitLab.

What’s new (1.0.10)

Add an F-Droid feature graphic (store banner). No app behaviour changes; documentation and release-tooling updates only.

Versions

Version Date Size Requires Android Download
1.0.10 current
afca902bb98e0644…
2026-07-18 9.2 MB API 26
1.0.9
10cf12bd6a4ff517…
2026-07-05 9.2 MB API 26
1.0.8
8fabdd5ee0183ce0…
2026-07-03 9.2 MB API 26

Permissions

What the app asks the system for. Android only grants sensitive access after you confirm it.

  • Run at startupStart automatically after the device is switched on.
  • Foreground serviceKeep running in the background, visible in the status bar.
  • FOREGROUND_SERVICE_SPECIAL_USE
  • NotificationsShow notifications.
  • REQUEST_IGNORE_BATTERY_OPTIMIZATIONS
  • USE_EXACT_ALARM
  • Prevent sleepingKeep the device from going to sleep.
  • buzzkill.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION

Comments