2012-09-04 197 views
1

我正在使用ContentProvider作爲搜索建議,但我在處理建議點擊時遇到問題:我解釋搜索有效,但是當我點擊建議時,我轉到搜索活動但re不是什麼,所以我如何處理點擊建議?搜索建議android

回答

0

你的XML \ searchable.xml(或同等學歷)應包括

android:searchSuggestIntentAction = android.intent.action.VIEW 

,否則你的意圖不會被調用。

http://developer.android.com/guide/topics/search/searchable-config.html此字段定義爲:

默認意圖動作中可以使用自定義 搜索建議用戶點擊(例如,「android.intent.action.VIEW」)時。如果這是 未被所選建議覆蓋(通過 SUGGEST_COLUMN_INTENT_ACTION列),則當用戶單擊建議時,此值將置於意圖的 操作字段中。