hide navigation bar

egrojoz
Is it possible to hide navigation bar ?
I added this code to my app:
 myView.setSystemUiVisibility(View.SYSTEM_UI_FLAG_HIDE_NAVIGATION ) 
the code use is for API level 14 or higher ... but can't hide the
navigation bar !!

Thanks a lot.