when playing video in splash screen the music playing in background pauses, the splash screen doesn't have any audio and i dont want the audio or music playing in background to stop or pause. this is what i'm doing
video.setVideoURI(Uri.parse("android.resource://" + getPackageName() + "/" + R.raw.splash_screen_video)); video.setOnCompletionListener(completionListener); video.start();
can someone please suggest of how to overcome this issue.