Chrome Release Bot (LUCI) 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
..
java 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
BUILD.gn 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
DIR_METADATA 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
LICENSE 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
OWNERS 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
README.chromium 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago

README.chromium

Name: MediaController Android sample.
URL: https://android.googlesource.com/platform/development/+/b356564/samples/Support4Demos/src/com/example/android/supportv4/media/MediaController.java
Version: 74c5bcff29959931c8a4b15e4afa613975a47f4c
License: Apache 2.0
Security Critical: no

Description:
This contains a modified copy of MediaController.java and the associated
resources.

MediaController.java is based on a public Android sample that was
available as part of the Android support libraries installation (see
https://developer.android.com/tools/support-library/index.html). It is
also available from:
https://android.googlesource.com/platform/development/+/b356564/samples/Support4Demos/src/com/example/android/supportv4/media/MediaController.java

Local Modifications:
- TransportController and TransportMediator are replaced with a custom
interface
- minor bug fixes.