In one screen I have a looping background video (upon which normal UI elements are shown), implemented with VideoView like this:
String resPath = \"android.
This worked for me:
videoView.setAudioFocusRequest(AudioManager.AUDIOFOCUS_NONE);
(before .setVideUri() call)
.setVideUri()