README.chromium 879 B

1234567891011121314151617181920
  1. Name: MediaController Android sample.
  2. URL: https://android.googlesource.com/platform/development/+/b356564/samples/Support4Demos/src/com/example/android/supportv4/media/MediaController.java
  3. Version: 74c5bcff29959931c8a4b15e4afa613975a47f4c
  4. License: Apache 2.0
  5. Security Critical: no
  6. Description:
  7. This contains a modified copy of MediaController.java and the associated
  8. resources.
  9. MediaController.java is based on a public Android sample that was
  10. available as part of the Android support libraries installation (see
  11. https://developer.android.com/tools/support-library/index.html). It is
  12. also available from:
  13. https://android.googlesource.com/platform/development/+/b356564/samples/Support4Demos/src/com/example/android/supportv4/media/MediaController.java
  14. Local Modifications:
  15. - TransportController and TransportMediator are replaced with a custom
  16. interface
  17. - minor bug fixes.