完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
Platform: ROCKCHIP
OS: Android 6.0 Kernel: 3.10.92 之前遇到默认输入法修改有问题,这里对输入法服务开机初始化部分做个小结. startOtherServices -> SystemServer.java new InputMethodManagerService -> IWindowManager.Stub.asInterface(ServiceManager.getService(Context.WINDOW_SERVICE)); //和windowsmanagerservice建立关系. new InputMethodSettings InputMethodUtils.java mSettings.getSelectedInputMethod -> //获取系统默认输入法, SettingsProvider会提前解析默认配置,然后写入数据库,如果没有设置,那么就会返回空. getSelectedInputMethod -> InputMethodUtils.java Settings.Secure.getStringForUser(...,Settings.Secure.DEFAULT_INPUT_METHOD, ...); buildInputMethodListLocked -> new ComponentName //循环读取系统中所有可用的输入法 new InputMethodInfo //输入法各自用此结构保存信息. InputMethodUtils.getDefaultEnabledImes -> InputMethodUtils.java //当没有设置输入法时候会自动选择一个, 6.0默认选择了Latin输入法,谷歌拼音输入法已经被移除掉. getMinimumKeyboardSetWithSystemLocale //默认选择规则如下: // Once the system becomes ready, we pick up at least one keyboard in the following order. // Secondary users fall into this category in general. // 1. checkDefaultAttribute: true, locale: systemLocale, checkCountry: true // 2. checkDefaultAttribute: true, locale: systemLocale, checkCountry: false // 3. checkDefaultAttribute: true, locale: fallbackLocale, checkCountry: true // 4. checkDefaultAttribute: true, locale: fallbackLocale, checkCountry: false // 5. checkDefaultAttribute: false, locale: fallbackLocale, checkCountry: true // 6. checkDefaultAttribute: false, locale: fallbackLocale, checkCountry: false // TODO: We should check isAsciiCapable instead of relying on fallbackLocale. setInputMethodEnabledLocked -> //存为默认enabled input method. mSettings.appendAndPutEnabledInputMethodLocked -> putEnabledInputMethodsStr -> Settings.Secure.putStringForUser(..., Settings.Secure.ENABLED_INPUT_METHODS, str, mCurrentUserId); mSettings.enableAllIMEsIfThereIsNoEnabledIME -> //如果上面依然为空,那么会加载所有的输入法. enableAllIMEsIfThereIsNoEnabledIME -> putEnabledInputMethodsStr //从mMethodList中读取所有输入法 resetDefaultImeLocked -> //当系统已经有默认输入法并且是第三方的输入法的话不会被reset,这种情况主要用于处理系统语言切换的情况.也就是说,如果是第三方输入法,那么在系统语言切换的时候不做变化. InputMethodUtils.getMostApplicableDefaultIME -> //根据Locale选择一个最合适的. mSettings.getEnabledInputMethodListLocked -> //获取系统当前支持的所有输入法 createEnabledInputMethodListLocked -> getEnabledInputMethodsAndSubtypeListLocked -> buildInputMethodsAndSubtypeList -> getEnabledInputMethodsStr -> //前面有设置过了,所以能得到数据了. Settings.Secure.getStringForUser(..., Settings.Secure.ENABLED_INPUT_METHODS, ...); //从数据库中获取当前支持的ims 简单来说就是: SettingsProvider读取并更新配置到数据库, InputMethodService读取配置, 如果没有读取到默认输入法,那么按照一定规则从现有系统输入法中选择其中 一个最合适的作为默认输入法. |
|
|
|
你正在撰写答案
如果你是对答案或其他答案精选点评或询问,请使用“评论”功能。
1906 浏览 1 评论
synopsys 的design ware:DW_fpv_div,浮点数除法器,默认32位下,想提升覆盖率(TMAX),如果用功能case去提升覆盖率呢?
2382 浏览 1 评论
RK3588 GStreamer调试四路鱼眼摄像头四宫格显示报错
5175 浏览 1 评论
【飞凌嵌入式OK3576-C开发板体验】RKNN神经网络-YOLO图像识别
254 浏览 0 评论
【飞凌嵌入式OK3576-C开发板体验】SSH远程登录网络配置及CAN通讯
1336 浏览 0 评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-22 04:24 , Processed in 0.603339 second(s), Total 71, Slave 54 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号