summaryrefslogtreecommitdiffstats
path: root/core/java/android/app
diff options
context:
space:
mode:
authorBjorn Bringert <bringert@android.com>2011-03-03 00:18:23 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-03-03 00:18:23 -0800
commit268c7111f65c1f27598464c5f29ef4621bbf0407 (patch)
tree0e04cc684d1be0b8aceee93bae2e97fe2b024657 /core/java/android/app
parent4a85a7dc84407df8e92de4f89e7840af9e8dd3fc (diff)
parent940ef38c7c46565a8f8fdd6bb8e0183646d0abdc (diff)
downloadframeworks_base-268c7111f65c1f27598464c5f29ef4621bbf0407.zip
frameworks_base-268c7111f65c1f27598464c5f29ef4621bbf0407.tar.gz
frameworks_base-268c7111f65c1f27598464c5f29ef4621bbf0407.tar.bz2
Merge "Pass AppData to the app from SearchDialog queries."
Diffstat (limited to 'core/java/android/app')
-rw-r--r--core/java/android/app/SearchDialog.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/java/android/app/SearchDialog.java b/core/java/android/app/SearchDialog.java
index e95a23d..db8d5e9 100644
--- a/core/java/android/app/SearchDialog.java
+++ b/core/java/android/app/SearchDialog.java
@@ -255,6 +255,7 @@ public class SearchDialog extends Dialog {
// of any bad state in the AutoCompleteTextView etc
createContentView();
mSearchView.setSearchableInfo(mSearchable);
+ mSearchView.setAppSearchData(mAppSearchData);
show();
}