Skip to content

Control the volume of Android media players

Summary

Before, the volume couldn't be controlled. With this, you can control the volume of Android devices.

I couldn't find a foolproof way to detect if the volume changed, but with this approach we should at least send/receive it on other changes (e.g. next song) and after we change it ourselves.

Test Plan

Start a music player on Android. Use the KDE Connect app on your desktop: click the volume, it should change on Android. Change the volume on Android. It should show the changed volume on the desktop (but probably doesn't). Change the song. Now it should show the new volume.

Merge request reports