Hi,
I am trying to make a customer facing app but it is not working correctly. I am using the Clover Mini 2nd gen and I tried using the following code below from https://docs.clover.com/docs/creating-custom-tender-apps..
public void setSystemUiVisibility() { getWindow().getDecorView().setSystemUiVisibility( View.SYSTEM_UI_FLAG_LAYOUT_STABLE | View.SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION | View.SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN | View.SYSTEM_UI_FLAG_HIDE_NAVIGATION | View.SYSTEM_UI_FLAG_LOW_PROFILE | View.SYSTEM_UI_FLAG_FULLSCREEN | View.SYSTEM_UI_FLAG_IMMERSIVE_STICKY); }
It doesn't hide the navigation bar or status bar. Is there new code to fix this?
Thanks