Here is some more info:

http://developer.android.com/reference/android/app/SearchManager.html#SUGGEST_PARAMETER_LIMIT

Question is how exactly do I ignore it??

On Oct 13, 3:12 pm, gnugu <[email protected]> wrote:
> And here is the answer:
>
> class SuggestionsAdapter extends ResourceCursorAdapter {
>     private static final int QUERY_LIMIT = 50;
>
> On Oct 13, 9:06 am, gnugu <[email protected]> wrote:
>
>
>
> > Hi,
> > I have an app that integrates with Quick Search Box. In suggestions
> > (when my app's search is selected) it only shows up to 50 results even
> > if there is plenty more.
>
> > Is this some sort of limitation in QSB in Froyo?
>
> > Did Froyo change the way we should integrate with QSB?
>
> > Thanks.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to