I'm testing various codes that I found on the net but the video is not full screen, the app itself is already full screen.
I'm testing various codes that I found on the net but the video is not full screen, the app itself is already full screen.
Try adding these settings before setting the layout in your activity, before setContentView.
getWindow (). addFlags (WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON); getWindow (). addFlags (WindowManager.LayoutParams.FLAG_FULLSCREEN); requestWindowFeature (Window.FEATURE_NO_TITLE);