标签:sp bs cti nbsp br it service ide c
InputMethodManager imm = (InputMethodManager) getActivity().getSystemService(getActivity().INPUT_METHOD_SERVICE);
if (imm.isActive()) {
imm.toggleSoftInput(InputMethodManager.SHOW_IMPLICIT,InputMethodManager.HIDE_NOT_ALWAYS);
}
标签:sp bs cti nbsp br it service ide c
原文地址:http://www.cnblogs.com/ywtk/p/4146502.html