commit | c2c0bc6a904f3c9820afc81dba9cccdc8a48de34 | [log] [tgz] |
---|---|---|
author | Bjorn Bringert <bringert@android.com> | Wed Jun 03 10:33:41 2009 +0100 |
committer | The Android Open Source Project <initial-contribution@android.com> | Thu Jun 04 09:57:18 2009 -0700 |
tree | d3d45ac83a32c9282ab000e52d790e82d5d3aaab | |
parent | 20cd73ea54c998eab692fa708bc23480e8c68709 [diff] |
Remove support for bitmap icons in search suggestions. This is no longer needed, since content providers can now return AssetFileDescriptors for in-memory data. Bitmaps in the suggestion cursor was resopnsible for lots of unnecessary copying, since all rows are copied out of the database regardless of how many are displayed in the UI.