commit | bc40569c27089788eead5b0f0373d7ff11cbb6c9 | [log] [tgz] |
---|---|---|
author | Bjorn Bringert <bringert@android.com> | Mon Jun 01 21:39:09 2009 +0100 |
committer | Bjorn Bringert <bringert@android.com> | Thu Jun 04 12:21:29 2009 +0100 |
tree | c9b8ec30b3170796623196932c7a7b234e203aa6 | |
parent | 5a539745bb9ad9a58f548d26d07620b2d513aafb [diff] |
Use openAssetFile() for contact photos in search suggestions. This avoids including blobs in the Cursor, which may contain thousands of rows. Since all the data is copied out of the database as soon as the cursor is used, including contact photo blobs adds significant overhead. Fixes http://b/issue?id=1862417