make a fullScreen in only layout-land android when play videoView
问题 I'm creating android app to play liveStream, I added the videoView in my layout.xml and added the folder of layout-land I want to make the app shows video full screen in only layout-land not portrait so I added the following code in onCreate(): public void onConfigurationChanged(Configuration newConfig){ if(getResources().getConfiguration().orientation == Configuration.ORIENTATION_LANDSCAPE { getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN, WindowManager.LayoutParams.FLAG