1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-06 05:31:41 +02:00
Gadgetbridge/app/src
Steffen Liebergeld e386d6da43 Add onSetMusicState(MusicStateSpec stateSpec)
This commit contains the infrastructure needed for the
NotificationHandler to send music state information to the device. That
is, it introduces a call onSetMusicState(MusicStateSpec stateSpec), that
in turn sets up an intent to the service, which will then call the
encodeSetMusicState() function of the device. encodeSetMusicState is
available for pebble only. There are empty stubs for other devices.
2016-06-08 20:31:48 +02:00
..
main Add onSetMusicState(MusicStateSpec stateSpec) 2016-06-08 20:31:48 +02:00
test/java/nodomain/freeyourgadget/gadgetbridge Add onSetMusicState(MusicStateSpec stateSpec) 2016-06-08 20:31:48 +02:00