Let me apologize upfront for my limited knowledge of Android. What I'm about to ask may not make much sense. However, what I'm wanting to be able to do is to pause and restart a podcast, or start playing the next episode, up to several hours later. More specifically, I want to do this via the controls on my Bluetooth headphones. What seems to be happening is that at some point DoggCatcher is losing "audio focus" to another app, at which point the controls no longer work. (No other app starts playing when I use them; they don't do anything.) From what I'm reading online, my impression is that at some point after losing focus DoggCatcher unregisters BroadcastReceiver so that it isn't listening for the controls any longer. If this is at all coherent, do you have any tips? If there is some way to figure out what app is taking focus I can simply delete it. If not, is there a way that I can force DoggCatcher to keep BroadcastReceiver registered?
Forums: