Now Playing Card
问题 I need help about displaying the Now Playing Card in the Recommendations row. I read the post about it in the Android developers site, but that did not help me much. I have a service that streams the MP3 data without problems. I added the following code, but there's no Now Playing Card... @Override public void onCreate() { Log.i(TAG, "onCreate called"); mSession = new MediaSession(this, "MusicService"); mSession.setCallback(new MediaSessionCallback()); mSession.setFlags(MediaSession.FLAG