标签: android android-mediaplayer android-notifications
我想将媒体播放器应用的控件添加到通知中。经过一些研究,我发现大多数教程使用RemoteViews为通知创建布局,而官方文档声明先前使用过的RemoteControlClient已经被删除,而且应该使用Notification.MediaStyle类。
我遇到的所有Notification.MediaStyle实现都需要至少运行API 21。我想知道Notfication.MediaStyle和MediaSession是否向后兼容,可以在实现过程中替换RemoteView。
答案 0 :(得分:0)
我想是的。
有MediaSessionCompat和NotificationCompat.MediaStyle
祝你好运。