Android adaptive icon only?

874 views Asked by At

We are making an app that has minSdk version 26, the version that started using Android adaptive icons. Image Asset Studio google recommends creating a lot of legacy icons etc. Is it possible to remove everything and just have an adaptive icon? What folder would that be in then, still mipmap-anydpi-v26? I have tried removing other files but in some Samsung phones I just get the android robot icon

1

There are 1 answers

0
Nero On

You can choose to not generate Round and Legacy icons like this. enter image description here

And you can move both ic_foreground and ic_background to drawable-v26, delete drawable-v24. So your drawable folder is used for other Drawables. And your mipmap-anydpi-v26 is used for icon_launcher_xml to select foreground and background adaptive drawables stored in drawable-v26 folder. enter image description here