标签:des android 使用 cti 代码 sp on c window
有时候退出Activity时,因为前面使用了输入法,退出时候输入法键盘还没有关闭,这种效果不友好,
下面是在按后退键时候加入以下代码
if (view!= null) {
InputMethodManager inputmanger = (InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE);标签:des android 使用 cti 代码 sp on c window
原文地址:http://blog.csdn.net/honjane/article/details/38924957