As of version 8.0 (API 26), Android introduced the “Adaptive icons” (Adaptive icons | Android Developers), I would like to request that the “rounded” icon be inserted in the application , because on my device, for example, I use Android 9.0 and the icon of my application has a very bad view!
To place the rounded icon simply insert the following line in the manifest:
android: roundIcon = “@mipmap/ic_launcher_round”
See the example:
Translated from portuguese to english by Google Translator, sorry if there are any errors.