You can change this via ActivityManager.TaskDescription
:
https://developer.android.com/reference/android/app/ActivityManager.TaskDescription.html
From an Activity context, call:
TaskDescription taskDescription = new TaskDescription(label, icon, colorPrimary);
((Activity)this).setTaskDescription(taskDescription);