OSDN Git Service

Return the url of a browser history item in the intent query column of the
authorMike LeBeau <mlebeau@android.com>
Wed, 24 Jun 2009 00:36:59 +0000 (17:36 -0700)
committerMike LeBeau <mlebeau@android.com>
Wed, 24 Jun 2009 00:36:59 +0000 (17:36 -0700)
commit2af730520477a41106eef3a8480bb57fda5b03b2
tree6219933938e2939cdbceabd67064c85c57f844c5
parent2595f146fecd3828231c6611362cce65acd9afb6
Return the url of a browser history item in the intent query column of the
suggestion. This is so that global search can rewrite a query in the search
dialog (i.e., fill in the search box with the url of the suggestion when the
user rolls over to select the suggestion). Browser uses
android:searchMode="rewriteQueryFromData" to accomplish this but global search
does the default thing of using the intent query column, if present, as a rewrite
for the current query.
src/com/android/browser/BrowserProvider.java