[android-developers] Re: Does Quick Search Box on Froyo (2.2) limit the number of suggestions?
And here is the answer:
class SuggestionsAdapter extends ResourceCursorAdapter {
private static final int QUERY_LIMIT = 50;
On Oct 13, 9:06 am, gnugu <rho...@gmail.com> 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home