I have a video view which uses media controller. I want to hide the media controller somehow without doing video_view.setMediaController(null); If I do that then the following code won't work:
this.setVolumeControlStream(AudioManager.STREAM_MUSIC);
So I want to hide the media controller permanently while the video is playing but still be able to turn the volume up and down. How can I do that