Commits

Jeff Sharkey authored a5f743f1fc7
Add AsyncQueryHandler helper for queryEntities(). Recently we added queryEntities() to the ContentProvider interface to read out Entity objects atomically. This change adds a helper to AsyncQueryHandler to perform these queries on a background thread, returning the result when finished.