I have 2 activities and they must be run separately. Now, I'm starting second activity using FLAG_ACTIVITY_MULTIPLE_TASK and FLAG_ACTIVITY_NEW_TASK.
QUESTION: How can I change icons of the activities? As I remember, it's possible, as Google Chrome used them before. How this feature called?
UPDATE: Icons are dynamic, so I need to change them programmatically