From 5f80605a0b866f34c74955e190909bd6ab5d992e Mon Sep 17 00:00:00 2001 From: Bjorn Bringert Date: Wed, 24 Jun 2009 12:02:26 +0100 Subject: [PATCH] Include user query in search intents This change adds a new intent extra field USER_QUERY set in intents launched by the search dialog. It contains the query as typed by the user, unaffected by query jamming or search suggestions. Fixes http://b/issue?id=1939592 --- api/current.xml | 11 +++++++++++ core/java/android/app/SearchDialog.java | 1 + core/java/android/app/SearchManager.java | 14 ++++++++++++++ 3 files changed, 26 insertions(+) diff --git a/api/current.xml b/api/current.xml index f5bcb5c424b36..658a87c507de8 100644 --- a/api/current.xml +++ b/api/current.xml @@ -23852,6 +23852,17 @@ visibility="public" > + +