![]() Fix an issue where headset focus would result in unexpected playback whenever the service started. AudioManager.ACTION_HEADSET_PLUG seems to always fire when the initial BroadcastReceiver is set up, which results in a weird bug where if a wired headset is connected while PlaybackService is started, playback will start immediately, which was not user friendly. I fear that this may result in an edge case that results in headset focus not firing in an unrelated situation, which in that case I would be forced to remove headset autoplay entirely (or at least relegate it to a quirk option). |
||
---|---|---|
.. | ||
src | ||
build.gradle | ||
proguard-rules.pro |