I can not disable home button and Which is next to it in android I tried this code but does not work
@Override
public void onAttachedToWindow() {
this.getWindow().setType(WindowManager.LayoutParams.TYPE_KEYGUARD_DIALOG);
super.onAttachedToWindow();
}
Do you have any idea for solve this problem? Or Can I hide navigation bar permanently forever؟