Is it possible to make an app like the media controller app that WearOS comes with yourself?
Im asking because I want to design my own watch face that has media controls on it. There is a surprising lack of online documentation and people with this same question about this, which makes me think this is impossible to do.
Ive seen some watch faces that do this, such as the default face for the Wacth4 Classic from Samsung, but thats a system installed app so ofcourse it has moer permissions.
I have tried to use androidx mediaRouter but i keep getting a "There is no current session" error on the only available route when trying to use any command from the RemotePlaybackClient, which would indicate its controlling the media from the watch itself and not the phone.
Is there any possibility to do this without a companion app or is this restricted to system apps only?