Best practice for android icons: mipmap
miqmago opened this issue · 0 comments
miqmago commented
See https://android-developers.googleblog.com/2014/10/getting-your-apps-ready-for-nexus-6-and.html
It’s best practice to place your app icons in mipmap- folders (not the drawable- folders) because they are used at resolutions different from the device’s current density. For example, an xxxhdpi app icon can be used on the launcher for an xxhdpi device.