Provide support versions of Activity.set/getMediaController

Provide setSupportMediaController() and getSupportMediaController()
methods in FragmentActivity to allow users to support pre-API 21
versions of Android while maintaining the convenience of the newer
APIs. Ensure that setting a media controller via
setSupportMediaController() will call into the framework
setMediaController() on API 21+ devices.

BUG: 24333489
Change-Id: I27b4d380c3e24e0e9c2857bb37955500ffe76a56
3 files changed