MediaSessionManager: Split abstract class Callback into interfaces
This CL splits the MediaSessionManager.Callback (abstract class) with OnMediaKeyEventDispatchedListener and OnMediaKeyEventSessionChangedListener (interfaces with default methods). It's to follow the API guideline and also to help the Bluetooth for minally registering callbacks. (The Bluetooth currently only overrides onAddressedPlayerChanged) Bug: 138648566 Test: Build and run Change-Id: I8607662b00db7fb32cf3f4ee527c52b9fd8a6d7c
Loading
Please register or sign in to comment