From 86917dbb9554e3e05be4ca8845a409b730120022 Mon Sep 17 00:00:00 2001 From: Bjorn Bringert Date: Mon, 28 Sep 2009 22:00:50 +0100 Subject: [PATCH] Unhide SearchManager.SUGGEST_PARAMETER_LIMIT Both GlobalSearch and the search dialog now pass SearchManager.SUGGEST_PARAMETER_LIMIT as a query parameter to all suggestion sources. Exposing this allows suggestion sources to return only the number of results that the client requires. Fixes http://b/issue?id=2150992 Change-Id: I17f45d35e8f302b11812f4bb6fee40b31dc15707 --- api/current.xml | 11 +++++++++++ core/java/android/app/SearchManager.java | 3 +-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/api/current.xml b/api/current.xml index d063adad6d481..b2ed2e444685c 100644 --- a/api/current.xml +++ b/api/current.xml @@ -24317,6 +24317,17 @@ visibility="public" > + +