How to Hide Navigation Bar When Using Full Screen Dialog
问题 I am using a full-screen Dialog to show ExoPlayer video in full screen mode. I am already using the following code in the onCreate method of the Activity hosting the Dialog to hide the Navigation Bar . public class BaseActivity extends AppCompatActivity { @Override protected void onCreate(@Nullable Bundle savedInstanceState) { super.onCreate(savedInstanceState); //Hide the navigation bar in the beginning final View decorView = getWindow().getDecorView(); int uiOptions = View.SYSTEM_UI_FLAG