屏蔽长按menu键弹出的输入键盘

@Override

    public void onAttachedToWindow(){

            this.getWindow().addFlags(WindowManager.LayoutParams.FLAG_ALT_FOCUSABLE_IM);

    }

猜你喜欢

转载自blog.csdn.net/dxh040431104/article/details/8291210