Volume Key Track Control Module

Release

An Xposed module that allows you to control media playback using the volume buttons.

Inspired by GravityBox.

Features

  • Skip to the next or previous track
  • Play or pause media
  • Seek forward or backward
  • Works when the screen is off
  • Configurable long press duration
  • Configurable seek duration
  • Swap volume button actions
  • Optional vibration feedback
  • Application whitelist and blacklist

Usage

By default:

  • Long press Volume Up — Next track
  • Long press Volume Down — Previous track
  • Long press both buttons — Play / Pause

Additional actions can be configured in the module settings.

Requirements

  • Android 11+
  • Xposed-compatible framework

Tested on

  • OnePlus 13 (Android 16)

Issues

Open an issue if you encounter a problem or have a suggestion.

Releases

v2.17.0

Stable

8/22/2026, 3:33:46 PM

Changes

  • Updated the minimum required LibXposed API version to 102
  • Added a secondary action for a longer button press
  • Added configuration for the secondary action
  • Refactored the module internals and simplified event handling

v1.15.7

Stable

8/9/2025, 11:12:52 AM

v1.15.7 Changes:

  • Updated dependencies (Android, Kotlin, Compose)
  • Added letter navigation in app list
  • Refactored:
    • ModuleIsNotEnabled screen
    • Volume key handling