Closed Kisty closed 6 years ago
Oh, apparently it's already implemented, but it doesn't work with swiping two fingers down on my OnePlus. Might I suggest using Android's MediaSession API?
We do already use MediaSessionCompat
internally
Thanks for getting back. Then why doesn't the two fingers swipe down work to pause/play, then? I'll try and do the same with my bluetooth headphones to see if the issue happens with them
Hmm, so my bluetooth headphones too are not causing the playback to pause or play. Can you double check this works on your end?
This definitely works on my end, I use this every day 😄 Idk what command your headphones are sending out but it isn't going into media sessions 🤔
Very strange. Thanks for this app and desktop app. Very helpful!
Still doesn't work. Going to try and build the app and run on an emulator to see if I can repro with that.
Would be great to enable media keys for playback. I know how to do this in vanilla Android. Is it possible to do so using the Android SDK in the app?