media/extensions/mediasession/src/main
bachinger 7a386d9179 Add separate interface RatingCallback to handle user ratings.
To support Google Assistant media apps need to support the action
ACTION_SET_RATING. Before this change developers have to use a QueueEditor for
this which does not have any other mandatory actions required for Assistant.
With this change developers can implement the rating action with the
PlaybackPreparer which they need to implement anyway to support Assistant.

https://developer.android.com/guide/topics/media-apps/interacting-with-assistant.html#transport_controls

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=188056722
2018-03-07 18:31:33 +00:00
..
java/com/google/android/exoplayer2/ext/mediasession Add separate interface RatingCallback to handle user ratings. 2018-03-07 18:31:33 +00:00
res Translation console import 2018-02-20 10:49:52 +00:00
AndroidManifest.xml Media session extension to connect ExoPlayer with the MediaSession of the 2017-07-17 23:22:41 +01:00