Auxio/app
OxygenCobalt 6d003c308b
playback: fix headset focus autoplay issue
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).
2022-03-03 18:47:55 -07:00
..
src playback: fix headset focus autoplay issue 2022-03-03 18:47:55 -07:00
build.gradle deps: upgrade 2022-02-24 15:17:31 -07:00
proguard-rules.pro Create dedicated app object 2021-01-14 07:42:56 -07:00