应项目(Android 4.3)需求需要修改默认输入法,本来想的是,这个应该很简单的撒。随google之~,发现网上主要罗列出以下这种方法:
在 frameworks\base\core\res\res\values\config.xml 添加一个属性:
com.android.inputmethod.pinyin/.PinyinIME
在framewo...
分类:
移动开发 时间:
2014-09-26 20:33:58
阅读次数:
412
//?隐藏输入法
InputMethodManager?imm?=?(InputMethodManager)?getApplicationContext().getSystemService(Context.INPUT_METHOD_SERVICE);
//?显示或者隐藏输入法
imm.toggleSoftInput(0,?InputMethod...
分类:
移动开发 时间:
2014-08-27 23:37:08
阅读次数:
397