Running on an android API 29 emulator, if you minimize an app and view the minimized list of apps, they each have an icon associated with them:
in my example here, there's a round chrome icon associated to google chrome at the top of the card.
My question is : how do you set this icon, what is it called and when was it introduced (I'm basically looking for documentation on it)
I've tried setting android:roundIcon="@mipmap/ic_launcher"
in the manifest but it doesn't seem to apply.
Any help is much appreciated