A Cursor returned by a SQLiteDatabase query can indeed get a blob. http://developer.android.com/reference/android/database/Cursor.html#getBlob(int)
http://www.tutorialforandroid.com/2009/10/how-to-insert-image-data-to-sqlite.html On May 24, 11:16 pm, GodsMoon <[email protected]> wrote: > However, I can't store the > application icon in the db because sqlite doesn't support blobs. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

