标签:关闭 gets get des android 代码 ide ems soft
直接复制代码就可以用
InputMethodManager imm = (InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE);
if (imm != null) {
imm.hideSoftInputFromWindow(getWindow().getDecorView().getWindowToken(), 0);
}
标签:关闭 gets get des android 代码 ide ems soft
原文地址:http://www.cnblogs.com/teddy-yan/p/6252672.html