In Java:
getWindow().getDecorView().setSystemUiVisibility(View.SYSTEM_UI_FLAG_HIDE_NAVIGATION);
Would like to find parameters to do it with Reflection, one hour reading and couldnt find what im looking for.
Thanks!
getWindow().getDecorView().setSystemUiVisibility(View.SYSTEM_UI_FLAG_HIDE_NAVIGATION);
Would like to find parameters to do it with Reflection, one hour reading and couldnt find what im looking for.
Thanks!