Commits
Bjorn Bringert authored and The Android Open Source Project committed c2c0bc6a904
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.