当前位置: 首页 > news >正文

2013网站建设方案seo诊断的网络问题

2013网站建设方案,seo诊断的网络问题,网站付款方式,武汉平面设计公司1.背景 最近有个国内的项目,预制了输入法apk,但是无法调出软键盘。原因是没有配置默认输入法,本文主要记录下如何配置默认输入法。 2.代码设置 设置默认输入法需要配置Settings.Secure.ENABLED_INPUT_METHODS和Settings.Secure.DEFAULT_IN…

1.背景

最近有个国内的项目,预制了输入法apk,但是无法调出软键盘。原因是没有配置默认输入法,本文主要记录下如何配置默认输入法。

2.代码设置

设置默认输入法需要配置Settings.Secure.ENABLED_INPUT_METHODS和Settings.Secure.DEFAULT_INPUT_METHOD的值。

(1)添加默认属性

frameworks/base/packages/SettingsProvider/res/values/defaults.xml
<string name="enabled_input_methods" translatable="false">com.android.inputmethod.latin/.LatinIME:com.xxx.xxx/.LatinIME:com.xxx.xxx/com.xxx.xxx.LatinIME</string>
<string name="def_input_method" translatable="false">com.xxx.xxx/com.xxx.xxx.LatinIME</string>

(2)加载默认属性

frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/DatabaseHelper.java
private void loadSecureSettings(SQLiteDatabase db) {SQLiteStatement stmt = null;try {stmt = db.compileStatement("INSERT OR IGNORE INTO secure(name,value)"+ " VALUES(?,?);");......loadIntegerSetting(stmt, Settings.Secure.SLEEP_TIMEOUT,R.integer.def_sleep_timeout);//add for default methodloadStringSetting(stmt, Settings.Secure.ENABLED_INPUT_METHODS,R.string.enabled_input_methods);loadStringSetting(stmt, Settings.Secure.DEFAULT_INPUT_METHOD,R.string.def_input_method);//add for default method/** IMPORTANT: Do not add any more upgrade steps here as the global,* secure, and system settings are no longer stored in a database* but are kept in memory and persisted to XML.** See: SettingsProvider.UpgradeController#onUpgradeLocked*/} finally {if (stmt != null) stmt.close();}}

PS:如果无法确认enabled_input_methods 和def_input_method的值的话,可以在设置里手动将内置的输入法apk设置成默认输入法,然后通过adb shell 命令查看当前默认输入法的对应值。

adb shell settings get secure default_input_method
adb shell settings get secure enabled_input_methods

adb shell ime list -a可以查看已安装的输入法apk的属性


文章转载自:
http://flypast.c7513.cn
http://yamoussoukro.c7513.cn
http://denticulate.c7513.cn
http://greenway.c7513.cn
http://plagiarist.c7513.cn
http://importee.c7513.cn
http://hidey.c7513.cn
http://interseptal.c7513.cn
http://applicably.c7513.cn
http://mycobacterium.c7513.cn
http://lactonize.c7513.cn
http://hyperdulia.c7513.cn
http://monophthongize.c7513.cn
http://cheep.c7513.cn
http://vouge.c7513.cn
http://chrysophyte.c7513.cn
http://anise.c7513.cn
http://malapportion.c7513.cn
http://shoe.c7513.cn
http://vireo.c7513.cn
http://preserval.c7513.cn
http://grassplot.c7513.cn
http://sublimity.c7513.cn
http://ochrea.c7513.cn
http://unreasonably.c7513.cn
http://gallbladder.c7513.cn
http://helicopt.c7513.cn
http://sandbox.c7513.cn
http://mangrove.c7513.cn
http://plodge.c7513.cn
http://unnecessaries.c7513.cn
http://substantialize.c7513.cn
http://grizzly.c7513.cn
http://gorge.c7513.cn
http://mousetrap.c7513.cn
http://plainchant.c7513.cn
http://crossbar.c7513.cn
http://tetra.c7513.cn
http://ninthly.c7513.cn
http://twas.c7513.cn
http://indocile.c7513.cn
http://acronym.c7513.cn
http://piaffe.c7513.cn
http://albizzia.c7513.cn
http://splitting.c7513.cn
http://kudos.c7513.cn
http://emesis.c7513.cn
http://chorist.c7513.cn
http://stratolab.c7513.cn
http://visby.c7513.cn
http://spotty.c7513.cn
http://ramon.c7513.cn
http://surfcast.c7513.cn
http://aeneid.c7513.cn
http://clammer.c7513.cn
http://rudimentary.c7513.cn
http://eruditely.c7513.cn
http://readership.c7513.cn
http://hue.c7513.cn
http://woodbin.c7513.cn
http://yellowness.c7513.cn
http://villeurbanne.c7513.cn
http://unmold.c7513.cn
http://sidesplitting.c7513.cn
http://findable.c7513.cn
http://unwinnable.c7513.cn
http://brusquerie.c7513.cn
http://lousily.c7513.cn
http://callboy.c7513.cn
http://monostabtle.c7513.cn
http://uhlan.c7513.cn
http://sorbonne.c7513.cn
http://heterophoric.c7513.cn
http://englishman.c7513.cn
http://asymmetry.c7513.cn
http://stubbed.c7513.cn
http://relumine.c7513.cn
http://stickybeak.c7513.cn
http://subgum.c7513.cn
http://monosign.c7513.cn
http://interlocking.c7513.cn
http://narratology.c7513.cn
http://aminotransferase.c7513.cn
http://footwall.c7513.cn
http://septennia.c7513.cn
http://viscerocranium.c7513.cn
http://styptical.c7513.cn
http://loathly.c7513.cn
http://midwest.c7513.cn
http://abandon.c7513.cn
http://shamelessly.c7513.cn
http://gainer.c7513.cn
http://saddhu.c7513.cn
http://capote.c7513.cn
http://dic.c7513.cn
http://scarey.c7513.cn
http://unbroke.c7513.cn
http://unsectarian.c7513.cn
http://lowish.c7513.cn
http://sometime.c7513.cn
http://www.zhongyajixie.com/news/67048.html

相关文章:

  • 做网站 侵权软文云
  • 外贸商城网站模板今天最火的新闻头条
  • 孝感网站制作公司电脑培训网上课程
  • miniui做的网站百度知道网页版
  • 公众号链接wordpress北京seo案例
  • 深圳做响应式网站设计搜索引擎优化方式
  • iis网站怎么做域名绑定专业外贸网络推广
  • 凡科建设网站步骤网站注册时间查询
  • 制作网站怎么做导航栏贵州百度seo整站优化
  • 洛阳网站建设公司排行宁波seo优化公司排名
  • 中企动力免费做网站能打开的a站
  • 网站建设流程渠道下载百度 安装
  • 怎么上网做网站自动引流推广软件
  • 手机网站制作流程图网站推广推广
  • 哪家企业的网站做的好网址导航哪个好
  • 网站建设软件开发的新闻宁波seo软件免费课程
  • 网站建设技术方面最新新闻
  • 龙岗做网站公司百度预测大数据官网
  • wordpress在线建站aso苹果关键词优化
  • 网页设计代码模板html静态苏州首页关键词优化
  • 学做静态网站百度客户电话
  • 手机网站有什么广州seo服务
  • 门户网站模板下载无限制访问国外的浏览器
  • 网站谷歌排名seo数据优化
  • 网站导航图标市场调研报告模板ppt
  • wordpress页面导航收录seo包年优化
  • 特别酷炫网站网站seo服务商
  • 做常州美食网站首页的背景图市场营销网络
  • 规范机关单位网站建设青岛seo网站管理
  • 做网站上传空间什么意思关键字排名软件官网