Im using this code to get AudioFocus and it works ok with
Android Music app ( the one preinstalled )

int result = audioManager.requestAudioFocus(meService, AudioManager.STREAM_MUSIC,AudioManager.AUDIOFOCUS_GAIN_TRANSIENT);    

However when i release it with this code

audioManager.abandonAudioFocus(meService);

The Android Music app ( the one preinstalled ) does not continue playing.

if i use the AUDIOFOCUS_LOSS_TRANSIENT_CAN_DUCK it works
but Android Music app is not lowering the volume enough.

Any ides why Android Music app is not resuming playback?

im using api8 and using the onAudioFocusChange

link|improve this question

after trying 4 players non of them are DUCKing. This is bad behavior from there part. Guess we have to live with this – Erik Oct 7 '11 at 10:23
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.