user9293295
user9293295

Reputation:

VideoView blocks background sound

1) I have added VideoView but And the background music (example: Spotify, phone music app sound) is blocked while playing video How can I cancel it?

Upvotes: 0

Views: 103

Answers (1)

SunnyShiny9
SunnyShiny9

Reputation: 76

You might want to use VideoView#setAudioFocusRequest(int) method.

See: https://developer.android.com/reference/android/widget/VideoView#setAudioFocusRequest(int)

Upvotes: 1

Related Questions