Android Question Tablet 4.4 Android hide navBar with Reflection

KashMalaga

Member
Licensed User
Longtime User
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!
 
Top