當(dāng)輸入法打開(kāi)時(shí)關(guān)閉桑包,關(guān)閉時(shí)彈出:
InputMethodManager m=(InputMethodManager) getSystemService(getBaseContext().INPUT_METHOD_SERVICE);
m.toggleSoftInput(0, InputMethodManager.HIDE_NOT_ALWAYS);
當(dāng)輸入法打開(kāi)時(shí)關(guān)閉桑包,關(guān)閉時(shí)彈出:
InputMethodManager m=(InputMethodManager) getSystemService(getBaseContext().INPUT_METHOD_SERVICE);
m.toggleSoftInput(0, InputMethodManager.HIDE_NOT_ALWAYS);