History log of /frameworks/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/PlaylistItem.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
70f3627685b55b2bc1b3f0c17c9c30aa3a7fd062 27-Jun-2016 Donghyun Cho <donghyun@google.com> Support7Demos: Build metadata using the stored title in the playlist

Currently the media session retrieves the title of current media from
the provider by sending a private control intent. However, because the
title is already known, it is unnecessary to get this information from
the provider.

This CL stores title in the playlist in order to use it for building the
media metadata. Therefore it can show the title in the controller
dialog, even when the current route provider is not a sample provider.

Bug: 25732463
Change-Id: Ia9f859f02f45e5fed0bb6ede06c79b5bc98712cb
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/PlaylistItem.java
a6bf581f7a7a6326505569f0d1215d0ba84779d7 09-Oct-2013 Chong Zhang <chz@google.com> mrp sample: refactor and use helper class

Bug: 10955351

Change-Id: Ib607d27bc93a35460c6acd295d29afad3f255e25
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/PlaylistItem.java