summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorAndroid (Google) Code Review <android-gerrit@google.com>2009-07-20 17:48:25 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2009-07-20 17:48:25 -0700
commit2a1aa6acbba5a3a9142d3e8bd6fe6e19d5fae6be (patch)
tree3bdc70c070df07e5976679d119372cdf5328d741 /core
parentef1a92abe1bebe4feba4ba33cd0c7e25ee83fcc0 (diff)
parentd4fb7a0d90b16e360b7a7b64cb7a6fd94f084c27 (diff)
downloadframeworks_base-2a1aa6acbba5a3a9142d3e8bd6fe6e19d5fae6be.zip
frameworks_base-2a1aa6acbba5a3a9142d3e8bd6fe6e19d5fae6be.tar.gz
frameworks_base-2a1aa6acbba5a3a9142d3e8bd6fe6e19d5fae6be.tar.bz2
Merge change 7970 into donut
* changes: Define a broadcast intent for the web search provider changing. Unhide the broadcast intent for searchables changing.
Diffstat (limited to 'core')
-rw-r--r--core/java/android/app/SearchManager.java10
1 files changed, 8 insertions, 2 deletions
diff --git a/core/java/android/app/SearchManager.java b/core/java/android/app/SearchManager.java
index 78335ad..c98d966 100644
--- a/core/java/android/app/SearchManager.java
+++ b/core/java/android/app/SearchManager.java
@@ -1494,11 +1494,17 @@ public class SearchManager
* Intent action broadcasted to inform that the searchables list or default have changed.
* Components should handle this intent if they cache any searchable data and wish to stay
* up to date on changes.
- *
- * @hide Pending API council approval.
*/
public final static String INTENT_ACTION_SEARCHABLES_CHANGED
= "android.search.action.SEARCHABLES_CHANGED";
+
+ /**
+ * Intent action broadcasted to inform that the search settings have changed in some way.
+ * Either searchables have been enabled or disabled, or a different web search provider
+ * has been chosen.
+ */
+ public final static String INTENT_ACTION_SEARCH_SETTINGS_CHANGED
+ = "android.search.action.SETTINGS_CHANGED";
/**
* If a suggestion has this value in {@link #SUGGEST_COLUMN_INTENT_ACTION},