![enter image description here](https://i.stack.imgur.com/D6TiU.jpg)
Я обновил изображения, круглые и квадратные иконки работают отлично, но в недавнем приложении отображается значок приложения по умолчанию.
Манифест . xml имеет следующий код
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:hardwareAccelerated="true"
android:logo="@mipmap/ic_launcher_round"
android:theme="@style/AppTheme">