History log of /frameworks/support/v4/java/android/support/v4/media/MediaDescriptionCompat.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
01ce79ae5cba1be3859bf520d2186c882631fca5 09-Dec-2015 Ian Lake <ilake@google.com> Ensure MediaDescriptionCompat retains Media URI on API 21-22

Media URI was added to the framework MediaDescription in API 23, but
to support it as part of MediaDescriptionCompat on all API levels, it
is important that the data remains even when the object is parceled or
converted to and from a framework object on API levels 21 and 22.

Using a custom key in the Bundle associated with MediaDescriptionCompat
allows the data to be saved and restored automatically, including cases
such as with MediaControllerCompat where the MediaDescription framework
objects are being passed as part of framework QueueItems.

BUG: 26058433
Change-Id: I5b019c41ef2716bf3b7ccc04b17d8953d3c499c1
/frameworks/support/v4/java/android/support/v4/media/MediaDescriptionCompat.java
81f61057e1542008c03d6a85e8ef475d9177149f 19-Oct-2015 Andrew Sutherland <dr3wsuth3rland@gmail.com> MediaDescriptionCompat: add mMediaUri to the parcel

Change-Id: I37bafb01d52321458547143124a4d46c4bd509af
/frameworks/support/v4/java/android/support/v4/media/MediaDescriptionCompat.java
9cdd87d08a3295f5f973b70008840d6bf8de8aa1 24-Jul-2015 Ian Lake <ilake@google.com> Update MediaDescriptionCompat for API 23

Add media URI field for API 23+ devices to achieve platform parity.

BUG: 22699466
Change-Id: I7d47cc1a52269db1c87c9ba24880b386d0f6694a
/frameworks/support/v4/java/android/support/v4/media/MediaDescriptionCompat.java
cf9daf1b11f55ecb9f4008cd1c7af2c8dac990af 30-Oct-2014 RoboErik <epastern@google.com> Add MediaDescriptionCompat to the support lib

This is needed to support changes to MediaRouter.

bug:17879842
Change-Id: Iffd12398ee4d44df21204d23a378c954fee3aa88
/frameworks/support/v4/java/android/support/v4/media/MediaDescriptionCompat.java