What is the difference between android: icon and android: icon rounded? Do not have an icon rounded cause an application problem?
What is the difference between android: icon and android: icon rounded? Do not have an icon rounded cause an application problem?
The Round Icon was introduced in version 7.1 (Nougat) of Android. When devices using this version of Android need to show your app icon, they will search for android:icon
or android:roundIcon
.
At the moment the omission of roundIcon
does not cause any problems in the application. But it is recommended that you begin to include it, because in the near future most devices will already be using Android 7.1. The easiest way to create a round icon is by Image Asset Studio , in the own Android Studio.