Fix MediaControllerCompat.dispatchKeyEvent() crash <API21

KeyEvent was incorrectly being cast to an Intent when handling
dispatchKeyEvent on pre-Lollipop devices. Construct a new Intent
with the correct action and embed the KeyEvent so that the
appropriate callback can receive the Intent as expected.

BUG: 22433218
Change-Id: I055c71ca3a6dc61289745e724da6e539123193e8
1 file changed