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.
Loading
Please register or sign in to comment