Cómo no abrir el tablero de teclas al inicio

getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_STATE_HIDDEN);
Ill Ibis