Search code examples
androidandroid-icons

Android app icon on top left when the app is in background state


Is it possible to change this icon (screenshot)? By default it is the standard launcher app icon. I do not want change my launcher icon, only this top-left launcher icon. I already tried some stuff with Window.CORNER_LEFT etc. but this is for the Action/Title bar.

enter image description here


Solution

  • I believe that's the launcher icon. In order to change it, you'd have to open up the Image Asset Studio by right-clicking the res directory -> New -> Image Asset, and then configure the icon from there.