commit | a4b87b4df1dda9f012dad8b50d462d7396a80faa | [log] [tgz] |
---|---|---|
author | Sungsoo Lim <sungsoo@google.com> | Fri Oct 30 16:11:10 2015 +0900 |
committer | Sungsoo Lim <sungsoo@google.com> | Fri Oct 30 16:11:10 2015 +0900 |
tree | f46c30300c024bac759570f759368c79c303f5e6 | |
parent | dc4682c24958b6721173555433abac879756e27f [diff] |
MediaBrowserCompat: Handle ServiceConnection methods in the given thread The class assumes that the member variables are accessed in the same thread when the class was created, but onServiceConnected/Disconnected is called in the main thread according to the documentation. Bug: 25307613 Change-Id: Idf25b1552d4ba34d066f8924851ba5ed15fff283