diff options
| author | Michael Jurka <mikejurka@google.com> | 2012-04-27 14:20:59 -0700 |
|---|---|---|
| committer | Michael Jurka <mikejurka@google.com> | 2012-04-27 14:23:48 -0700 |
| commit | 3f5cfcf2d9d60bf12127dee3be54faaf7150ff69 (patch) | |
| tree | a12c35524606f49e59faa2d73f6cf394b7abea87 /core/java/android/app/SearchManager.java | |
| parent | 1fa1de527e541c88fb3809279b67b0dc29419bac (diff) | |
Make APIs to get global search provider public
Diffstat (limited to 'core/java/android/app/SearchManager.java')
| -rw-r--r-- | core/java/android/app/SearchManager.java | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/core/java/android/app/SearchManager.java b/core/java/android/app/SearchManager.java index 2ff45fb5ab1d..691ee301cd00 100644 --- a/core/java/android/app/SearchManager.java +++ b/core/java/android/app/SearchManager.java @@ -395,11 +395,7 @@ public class SearchManager /** * Intent action to be broadcast to inform that the global search provider - * has changed. Normal components will have no need to handle this intent since - * they should be using API methods from this class to access the global search - * activity - * - * @hide + * has changed. */ public final static String INTENT_GLOBAL_SEARCH_ACTIVITY_CHANGED = "android.search.action.GLOBAL_SEARCH_ACTIVITY_CHANGED"; @@ -590,8 +586,6 @@ public class SearchManager /** * Gets the name of the global search activity. - * - * @hide */ public ComponentName getGlobalSearchActivity() { try { |
