commit | 5a539745bb9ad9a58f548d26d07620b2d513aafb | [log] [tgz] |
---|---|---|
author | Bjorn Bringert <bringert@android.com> | Fri May 22 15:48:02 2009 +0100 |
committer | Bjorn Bringert <bringert@android.com> | Fri May 29 09:44:54 2009 +0100 |
tree | 6fe5f6fb8a8d5a342ca7ef076d2ff7aeec75f532 | |
parent | 74999033b43c16114e8a52b72660fb8d95e4ded9 [diff] |
Support ?limit=N query parameter for contacts provider. This lets callers limit the number of results returned from the contacts provider. When there are thousands of contacts, just filling the cursor window can take several seconds. This results in severe user-visible latency. The limit argument can reduce the latency for applications that do not need all matching contacts, e.g. global search.