Specify app icon for SDK version Android

How can I set the app icon not for resolution, but for a specific version of Android (SDK)?

Hmm, not sure this is actually possible.

Yep, don’t think so.

The native part of Ionic is handled by Cordova. Here are the docs on icons: https://cordova.apache.org/docs/en/latest/config_ref/images.html

Is this possible for native Android apps?

Hi. Sorry for delay. Yes, for Native it;s possible. You should add picture to folder drawable-v(*), and add icon to ‘qualifier’.

Maybe after ionic run android --release? Any way?

Unfortunately apk will not include changes that have occurred after his creation.