Notification RemoteView on click listener
问题 So, after a lot of head scratching, I am at my wit's end. I have a media player RemoteViews in my notification and I would like to be able to access the play, pause, previous and next buttons. I know that setOnClickPendingIntent() will be used to communicate from the notification. However, I am left wondering how that will work. Is it possible to let the service handle the clicks? I have tried this, but in vain. I was trying to let me service handle the pause and resume of the player: rm =