如何在share-intent中设置搜索类型

时间:2011-04-04 07:11:29

标签: android android-intent

如何使用share-intent设置搜索类型。我需要在twitter facebook和其他社交媒体应用程序中搜索字符串

  

Intent shareIntent = new Intent(android.content.Intent.ACTION_SEARCH);   shareIntent.putExtra(SearchManager.QUERY,“Hello”);

我选择了ACTION_SEARCH,但应该选择

类型
  

shareIntent.setType( “????”);

如果我没有设置任何搜索类型,很多不需要的应用程序会像地图,联系人那样出现......我需要将其过滤掉

1 个答案:

答案 0 :(得分:0)

不确定您的类型是什么意思,但您需要知道的一切就在这里http://developer.android.com/guide/topics/search/search-dialog.html