Widget - Edittext Keyboard

//Enable

edittext1.setShowSoftInputOnFocus(true);

//Disable
edittext1.setShowSoftInputOnFocus(false);