I'm very confused about various icon sizes required in android. Do I really need to have smaller icons for xxhdpi,xhdpi,hdpi,mdi if I've provided an icon for xxxhdpi and I want to show same icon for every resolution?
Since we are playing in dp why can't android just downsize them?
PS: I tried having only xxxhdpi icons and they looked perfectly fine on smaller screens for my use case.