From b782a2f4f0a3072f2677f6f10fb255c77468ae66 Mon Sep 17 00:00:00 2001 From: Bjorn Bringert Date: Thu, 1 Oct 2009 09:57:33 +0100 Subject: [PATCH] Remove globalSearch argument from triggerSearch() API council says: "In reviewing the new triggerSearch API, we are concerned that applications could use the option to perform a global search to spam the user with frequent searches. We would like the global search option to be removed for now (not just hidden, but removed from the internal IPC API so that nobody can find this and abuse it). The rest of the API should be fine as long as it is restricted to local searches." Fixes http://b/editIssue?id=2158785 Change-Id: Ie69a9c0ab6373cc4427aab50606885bdede40585 --- api/current.xml | 4 ---- core/java/android/app/Activity.java | 8 ++------ core/java/android/app/ISearchManager.aidl | 1 - core/java/android/app/SearchManager.java | 9 ++------- .../java/android/server/search/SearchManagerService.java | 3 +-- 5 files changed, 5 insertions(+), 20 deletions(-) diff --git a/api/current.xml b/api/current.xml index 150f8edc60ec3..eec51b0355556 100644 --- a/api/current.xml +++ b/api/current.xml @@ -17518,8 +17518,6 @@ - - - -