Reputation:
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
Reputation: 76
You might want to use VideoView#setAudioFocusRequest(int)
method.
See: https://developer.android.com/reference/android/widget/VideoView#setAudioFocusRequest(int)
Upvotes: 1