Update Notification's action Icon dynamically
问题 I set a notification for a player, I want to update icon after play or pause action from notification. This is my code for Notification. private void showNotification(String title, Bitmap bitmap) { //region Create Notification MediaSessionCompat mediaSession = new MediaSessionCompat(getApplicationContext(), "session tag"); MediaSessionCompat.Token token = mediaSession.getSessionToken(); NotificationCompat.Builder mBuilder = new NotificationCompat.Builder(this,"PRIMARY_CHANNEL") .setSmallIcon