标签:输入法
[摘]Android输入法基于GooglePinyin开源代码进行修改
前言 最近有看过别人定制输入法,也想看看怎么实现,因此看到《【Android输入法源码】基于GooglePinyin开源代码进行修改可运行!!!》就下载该作者上传代码...
[摘]adb 查看系统设置参数
获取系统默认输入法 adb shell settings get secure default_input_method 更改默认输入法(改为com.sohu.inputmethod.sogouoem/.SogouIME) adb shell setti...