commit | 1dfec66d30f5703cb90656add83f6127221f9f13 | [log] [tgz] |
---|---|---|
author | Hyundo Moon <hdmoon@google.com> | Mon Jan 28 20:24:37 2019 +0900 |
committer | Hyundo Moon <hdmoon@google.com> | Tue Jan 29 11:48:39 2019 +0900 |
tree | c6b7d3eedd9b0edd7a3f3f03583b5c59076a3fb2 | |
parent | 0def48bd5d9486189583c58074eba0f677d72f97 [diff] |
Make hidden constructor of PlaybackInfo as @SystemApi When the android build setting is configured to a rule which moves MediaSession1 related codes to mainline module, the non-public and non-system APIs in the module cannot be used by the framework. This CL makes the hidden constructor of PlaybackInfo as system API, so that it can be used by the framework. Bug: 123500940 Test: make update-api -j; make -j; Change-Id: I8583d6f79c70f8bbbbedfa0a75676218aeec58e6