Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(367)

Side by Side Diff: third_party/android_media/README.chromium

Issue 2895263005: [Cast,Android] Remove TransportXX dependency from ExpandedControllerActivity (Closed)
Patch Set: Updated README.chromium Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 Name: MediaController android sample. 1 Name: MediaController Android sample.
2 URL: https://android.googlesource.com/platform/development/+/master/samples/Supp ort4Demos/src/com/example/android/supportv4/media/MediaController.java 2 URL: https://android.googlesource.com/platform/development/+/b356564/samples/Sup port4Demos/src/com/example/android/supportv4/media/MediaController.java
3 Version: 74c5bcff29959931c8a4b15e4afa613975a47f4c 3 Version: 74c5bcff29959931c8a4b15e4afa613975a47f4c
4 License: Apache 2.0 4 License: Apache 2.0
5 Security Critical: no 5 Security Critical: no
6 6
7 Description: 7 Description:
8 This contains a modified copy of MediaController.java and the associated 8 This contains a modified copy of MediaController.java and the associated
9 resources. 9 resources.
10 10
11 MediaController.java is based on a public supportv4 android sample available 11 MediaController.java is based on a public Android sample that was
12 as part of the Android support libraries installation (see 12 available as part of the Android support libraries installation (see
13 http://developer.android.com/tools/support-library/index.html). It is also 13 https://developer.android.com/tools/support-library/index.html). It is
14 available from: 14 also available from:
15 https://android.googlesource.com/platform/development/+/master/samples/Support4D emos/src/com/example/android/supportv4/media/MediaController.java 15 https://android.googlesource.com/platform/development/+/b356564/samples/Support4 Demos/src/com/example/android/supportv4/media/MediaController.java
16
17 16
18 Local Modifications: 17 Local Modifications:
19 The only changes are some minor bug fixes. 18 - TransportController and TransportMediator are replaced with a custom
19 interface
20 - minor bug fixes.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698