Dmitri Plotnikov 8f29c12d6e Forcing query execution in SQLiteDatabase.query
The issue is that our code often "executes" a query
on a background thread but iterates over the cursor
on the UI thread.  Since we actually do the fetch
on moveToFirst or moveToNext, the query is in reality
often run on the UI thread and causes an ANR.

Change-Id: Ia561135e974a44ad3e3774ecb23c6a3d0fc38176
2010-03-24 13:35:03 -07:00
..
2010-02-17 16:46:42 -08:00
2010-01-29 13:29:51 -08:00
2010-03-22 15:55:38 -07:00
2010-03-18 17:08:15 -07:00