android禁止EditText弹出键盘

answerValue = (EditText)findViewById(R.id.answer);
answerValue.setInputType(InputType.TYPE_NULL);