如何使用share-intent设置搜索类型。我需要在twitter facebook和其他社交媒体应用程序中搜索字符串
Intent shareIntent = new Intent(android.content.Intent.ACTION_SEARCH); shareIntent.putExtra(SearchManager.QUERY,“Hello”);
我选择了ACTION_SEARCH,但应该选择
类型shareIntent.setType( “????”);
如果我没有设置任何搜索类型,很多不需要的应用程序会像地图,联系人那样出现......我需要将其过滤掉
答案 0 :(得分:0)
不确定您的类型是什么意思,但您需要知道的一切就在这里http://developer.android.com/guide/topics/search/search-dialog.html