This website requires JavaScript.
Explore
Help
Sign In
drgreen
/
android_frameworks_base
Watch
1
Star
0
Fork
0
You've already forked android_frameworks_base
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
android_frameworks_base
/
core
History
Romain Guy
604ed546b7
AI 143281: am: CL 142990
Fixes
#1739360
. SimpleCursorAdapter was calling (unnecessarily) toString() on the Cursor even in the case where a ViewBinder was being used. This could cause crashes when the cursor was currently on a blob. This change defers the String conversion to the case where no ViewBinder is used.
...
Original author: romainguy Merged from: //branches/donutburger/... Automated import of CL 143281
2009-03-27 16:58:23 -07:00
..
java
AI 143281: am: CL 142990
Fixes
#1739360
. SimpleCursorAdapter was calling (unnecessarily) toString() on the Cursor even in the case where a ViewBinder was being used. This could cause crashes when the cursor was currently on a blob. This change defers the String conversion to the case where no ViewBinder is used.
2009-03-27 16:58:23 -07:00
jni
Automated import from //branches/master/...@142578,142578
2009-03-25 15:12:17 -07:00
res
Automated import from //branches/master/...@142759,142759
2009-03-25 16:13:51 -07:00