commit | bf1f360793c466dae12f8bc386161353355f2b28 | [log] [tgz] |
---|---|---|
author | Chiao Cheng <chiaocheng@google.com> | Fri Sep 14 12:00:21 2012 -0700 |
committer | Chiao Cheng <chiaocheng@google.com> | Mon Sep 17 15:15:21 2012 -0700 |
tree | 426c813c050a9a32a801f5653c3eae0d861309a7 | |
parent | 5a6b519447147a91eda94142c5667e86b2d4456c [diff] |
Adding custom AsyncQueryHandler to prevent null cursors. In safe mode, a cursor can come back as null even though our providers never allow for that. NoNullCursorAsyncQueryHandler should be used instead of AsyncQueryHandler from now on. It will return EmptyCursor in place of a null. Bug: 7012260 Change-Id: I5b8ba6fb85ae0f984ee8b0ff2f2f068232a03848