From 232cd50f152b919f0918ee3f9fbdaf6ee1ae9f63 Mon Sep 17 00:00:00 2001 From: Bjorn Bringert Date: Thu, 30 Apr 2009 12:36:25 +0100 Subject: [PATCH] NEW_API: Expose searchSuggestThreshold searchable attribute This lets the searchable activity specify the number of characters needed to trigger suggestions. Before, this was hard-coded at 0. This caused unnecessary querying of the suggestion provider in cases where the provider does not return suggestions for empty or short queries. --- api/current.xml | 11 +++++++++++ core/res/res/values/public.xml | 1 + 2 files changed, 12 insertions(+) diff --git a/api/current.xml b/api/current.xml index c732c30d64042..4818f76694387 100644 --- a/api/current.xml +++ b/api/current.xml @@ -6444,6 +6444,17 @@ visibility="public" > + + +