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!
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…