commit | 165261b30365e1186c7a754d946b87ca65e52b83 | [log] [tgz] |
---|---|---|
author | Sungsoo <sungsoo@google.com> | Mon Feb 20 16:56:15 2017 +0900 |
committer | Sungsoo <sungsoo@google.com> | Mon Mar 06 13:39:33 2017 +0900 |
tree | 4ed99b5060d5253d5dc278301e0dd969671907ea | |
parent | 85f9458aabeeba03ffd8b188495ebe32d8624a8e [diff] |
MediaSessionCompat: Add extra binder into Token We added an extra binder to support newly added methods after API level 21. However this requires some time to get the extra binder, so some methods could failed if they are called before getting the extra binder. By sharing the extra binder via Token, this CL removes such time delay. Bug: 31248021 Test: Passed MediaSessionCompatTest and MediaControllerCompatTest Change-Id: I8bfeb8585d6f43d6aed55f5dda4f894a7c69193f