I need to catch event when another app starts playing audio while my app is also playing audio. My understanding that AudioManager.OnAudioFocusChangeListener interface does exactly what I need. However it is not available on Android 1.5. How do I catch this event in 1.5? Is there any broadcast event or something else I can use?
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

