moda20
moda20
So what is the necessary version of loadash ?
I just installed lodash latest via npm, it worked
For bluetooth commands and any other media commands ( controllers, wire headphones, ...) you can check my fork of this library. https://github.com/moda20/audioplayer It is outdated a little bit compared to...
it has `onPlaybackKeyEvent`. check the docs on the repo. my version shouldn't be much different from this repo.
the "overrides a deprecated API" notice. is just a warning and shouldn't cause any problems when compiling.
You will need to stop the audio manually, as background audio is a feature.
@famachot it is a feature for supporting older devices, the deprecated APIs are the ones from before Android 8. They are not that old.
on what platform you are trying to do this?
I don't think this repository implements mediaSession at all, at least on android i am pretty sure. And what are you doing with it exactly? I did extend an older...
Like I said this repository, does not implement mediaSession in the firstPlace. So you can't get a sessionID with it.