OSDN Git Service

Remove support for bitmap icons in search suggestions.
authorBjorn Bringert <bringert@android.com>
Wed, 3 Jun 2009 09:33:41 +0000 (10:33 +0100)
committerBjorn Bringert <bringert@android.com>
Thu, 4 Jun 2009 14:04:38 +0000 (15:04 +0100)
commit3250fa73711537d42a9711eba6315f24d89dee0f
treebf7568a6d21977bd7c506e8e08123d38a31fd34b
parentf762589d1fb2b0c191cfcd96de4fbe6044d7f52a
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.
core/java/android/app/SearchManager.java
core/java/android/app/SuggestionsAdapter.java