码迷,mamicode.com
首页 > 移动开发 > 详细

android如何修改默认的searchable items.

时间:2014-09-02 12:22:34      阅读:276      评论:0      收藏:0      [点我收藏+]

标签:android   style   io   ar   文件   div   cti   log   sp   

在QuickSearchBox中有个config.xml文件
里面有定义个default_corpora的数组。
修改这个数组的内容就可以更改默认的search-able的值。
例如:

  <string-array name="default_corpora" translatable="false">
    <item>web</item>
    <item>apps</item>    
    <item>com.android.providers.applications/.ApplicationLauncher</item>
  </string-array>
修改为
  <string-array name="default_corpora" translatable="false">
    <item>web</item>
    <item>apps</item>    
    <item>com.android.providers.applications/.ApplicationLauncher</item>
    <item>com.android.mms/.ui.SearchActivity</item>
 <item>com.android.contacts/com.mediatek.contacts.activities.CallLogSearchResultActivity</item>
  </string-array>
上面就添加了mms和calllog.
修改后,重新编译QuickSearchBox.apk

android如何修改默认的searchable items.

标签:android   style   io   ar   文件   div   cti   log   sp   

原文地址:http://blog.csdn.net/sergeycao/article/details/38981353

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!