Fix problem with AsyncQueryHandler
AsyncQueryHandler uses Looper.myLooper(), which does not work in our case when invoked from an arbitrary thread. Changed so its ctor is invoked on the main thread. And various other similar problems. Bug: 19941246 Change-Id: I324f09a5161e26593c0d24d5311a371d8971870d
Loading
Please register or sign in to comment