hide navigation bar
in
Android Processing
•
9 months ago
hello,
I would like to implement this in my code, to hide navigation bar during my android sketches:
view.setSystemUiVisibility(View.SYSTEM_UI_FLAG_HIDE_NAVIGATION)
How can I implement this in the pde code ?
I try to run it in the manifest with no success,
thx in advance.
I would like to implement this in my code, to hide navigation bar during my android sketches:
view.setSystemUiVisibility(View.SYSTEM_UI_FLAG_HIDE_NAVIGATION)
How can I implement this in the pde code ?
I try to run it in the manifest with no success,
thx in advance.
1