Ensure MediaSessionCompat.Callback behavior matches framework

MediaSession.Callback's onMediaButtonEvent() parses the Intent for
standard keycodes (such as KEYCODE_MEDIA_PLAY) and forwards them onto
the appropriate Callback methods (such as onPlay()). Align the Compat
version of Callback such that media button events also follow this
flow, ensuring that developers do not need to implement their own
onMediaButtonEvent() handling for standard keycodes.

BUG: 22098006
Change-Id: Iecca57ae175d0d1abf65f4f9bf09f9db30a382e2
1 file changed